ArtifactReferenceExtensionsInternal Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Layer Designer extension methods

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.Internal.ArtifactReferenceExtensionsInternal

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

Syntax

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

The ArtifactReferenceExtensionsInternal type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateArtifactReferenceAsync(ILayer, GraphNode)
Public methodStatic member CreateArtifactReferenceAsync(ILayer, GraphNode, EventHandler<CreateArtifactReferenceCompletedEventArgs>)
Public methodStatic member CreateArtifactReferenceAsync(ILayer, GraphNode, EventHandler<CreateArtifactReferenceCompletedEventArgs>, Object) Create a new artifact reference to a GraphModel node.
Public methodStatic member GetArtifactNode Gets the GraphModel node for an artifact reference.

Top

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.Internal Namespace