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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer – obor názvů