Share via


ILayerContainer.Comments Property

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

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

Syntax

'Declaration
ReadOnly Property Comments As IEnumerable(Of ILayerComment)
IEnumerable<ILayerComment> Comments { get; }
property IEnumerable<ILayerComment^>^ Comments {
    IEnumerable<ILayerComment^>^ get ();
}
abstract Comments : IEnumerable<ILayerComment> with get
function get Comments () : IEnumerable<ILayerComment>

Property Value

Type: System.Collections.Generic.IEnumerable<ILayerComment>

.NET Framework Security

See Also

Reference

ILayerContainer Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace