ArtifactReferenceExtensions::CreateArtifactReferenceAsync Method
Visual Studio 2015
Link this layer to a Visual Studio project or project item. This is an asynchronous operation. The completed event will be called when the operation has terminated.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateArtifactReferenceAsync(ILayer^, Project^) | |
![]() ![]() | CreateArtifactReferenceAsync(ILayer^, Project^, EventHandler<CreateArtifactReferenceCompletedEventArgs^>^) | |
![]() ![]() | CreateArtifactReferenceAsync(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. |
![]() ![]() | CreateArtifactReferenceAsync(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. |
Show:

