ArtifactReferenceExtensions.CreateArtifactReferenceAsync Method (ILayer, Project)

This API is not CLS-compliant. 

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

Syntax

'Declaration
<ExtensionAttribute> _
<CLSCompliantAttribute(False)> _
Public Shared Sub CreateArtifactReferenceAsync ( _
    parentLayer As ILayer, _
    project As Project _
)
[CLSCompliantAttribute(false)]
public static void CreateArtifactReferenceAsync(
    this ILayer parentLayer,
    Project project
)
[ExtensionAttribute]
[CLSCompliantAttribute(false)]
public:
static void CreateArtifactReferenceAsync(
    ILayer^ parentLayer, 
    Project^ project
)
[<CLSCompliantAttribute(false)>]
static member CreateArtifactReferenceAsync : 
        parentLayer:ILayer * 
        project:Project -> unit 
public static function CreateArtifactReferenceAsync(
    parentLayer : ILayer, 
    project : Project
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILayer. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ArtifactReferenceExtensions Class

CreateArtifactReferenceAsync Overload

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace