Compartir a través de


ILayerContainer.Comments (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Ensamblado:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (en Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: IEnumerable<ILayerComment>

Seguridad de .NET Framework

Vea también

Referencia

ILayerContainer Interfaz

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (Espacio de nombres)