ArtifactReferenceExtensions Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Layer Designer extension methods

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ArtifactReferenceExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ArtifactReferenceExtensions
public static class ArtifactReferenceExtensions
[ExtensionAttribute]
public ref class ArtifactReferenceExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type ArtifactReferenceExtensions =  class end
public final class ArtifactReferenceExtensions

Methods

  Name Description
Public methodStatic member CreateArtifactReferenceAsync(ILayer, Project)
Public methodStatic member CreateArtifactReferenceAsync(ILayer, Project, EventHandler<CreateArtifactReferenceCompletedEventArgs>)
Public methodStatic member 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.
Public methodStatic member 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.

Top

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

Reference

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace