ArtifactReferenceExtensions Class
Layer Designer extension methods
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ArtifactReferenceExtensions
Syntax
public static class ArtifactReferenceExtensions
[ExtensionAttribute]
public ref class ArtifactReferenceExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type ArtifactReferenceExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ArtifactReferenceExtensions
Methods
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. |
Remarks
This is a separate class so we dont force users of the general API to reference EnvDTE
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
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top