Freigeben über


ILayerContainer.Comments-Eigenschaft

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>

Eigenschaftswert

Typ: IEnumerable<ILayerComment>

.NET Framework-Sicherheit

Siehe auch

Referenz

ILayerContainer Schnittstelle

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer-Namespace