Sdílet prostřednictvím


ILayerContainer.Comments – vlastnost

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: IEnumerable<ILayerComment>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ILayerContainer Rozhraní

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer – obor názvů