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 | |
---|---|---|
![]() |
ArtifactReferences | Get the newly created artifact references. |
![]() |
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() |
Error | (Inherited from AsyncCompletedEventArgs.) |
![]() |
UserState | (Inherited from AsyncCompletedEventArgs.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
![]() |
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