ArtifactReferenceExtensions Methods

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateArtifactReferenceAsync(ILayer^, Project^)

System_CAPS_pubmethodSystem_CAPS_staticCreateArtifactReferenceAsync(ILayer^, Project^, EventHandler<CreateArtifactReferenceCompletedEventArgs^>^)

System_CAPS_pubmethodSystem_CAPS_staticCreateArtifactReferenceAsync(ILayer^, Project^, EventHandler<CreateArtifactReferenceCompletedEventArgs^>^, Object^)

Link this layer to a Visual Studio project. This is an asynchronous operation. The completed event will be called when the operation has terminated.

System_CAPS_pubmethodSystem_CAPS_staticCreateArtifactReferenceAsync(ILayer^, ProjectItem^, EventHandler<CreateArtifactReferenceCompletedEventArgs^>^, Object^)

Link this layer to a Visual Studio project item such as a file. This is an asynchronous operation. The completed event will be called when the operation has terminated.

Return to top
Show: