Propriedade ILayerContainer.Comments

Obtenha os comentários.

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

Sintaxe

'Declaração
ReadOnly Property Comments As IEnumerable(Of ILayerComment)
    Get
IEnumerable<ILayerComment> Comments { get; }
property IEnumerable<ILayerComment^>^ Comments {
    IEnumerable<ILayerComment^>^ get ();
}
abstract Comments : IEnumerable<ILayerComment>
function get Comments () : IEnumerable<ILayerComment>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ILayerContainer Interface

Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer

CreateComment()