Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Callback argument for artifact reference creation.
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.CreateArtifactReferenceCompletedEventArgs
Syntax
public class CreateArtifactReferenceCompletedEventArgs : AsyncCompletedEventArgs
public ref class CreateArtifactReferenceCompletedEventArgs : AsyncCompletedEventArgs
type CreateArtifactReferenceCompletedEventArgs = 
    class
        inherit AsyncCompletedEventArgs
    end
Public Class CreateArtifactReferenceCompletedEventArgs
    Inherits AsyncCompletedEventArgs
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ArtifactReferences | Get the newly created artifact references. | 
| .jpeg) | Cancelled | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | Error | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | UserState | (Inherited from AsyncCompletedEventArgs.) | 
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) | 
| .gif) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
CreateArtifactReferenceAsync
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top