Extensions.CreateComment Method (ILayerContainer)

 

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

Syntax

public static ILayerComment CreateComment(
    this ILayerContainer parent
)
public:
[ExtensionAttribute]
static ILayerComment^ CreateComment(
    ILayerContainer^ parent
)
static member CreateComment : 
        parent:ILayerContainer -> ILayerComment
<ExtensionAttribute>
Public Shared Function CreateComment (
    parent As ILayerContainer
) As ILayerComment

Parameters

Return Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerComment

See Also

CreateComment Overload
Extensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top