Sdílet prostřednictvím


IElement.OwnedComments – vlastnost

Tento prvek propojen získá komentáře.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
ReadOnly Property OwnedComments As IEnumerable(Of IComment)
    Get
IEnumerable<IComment> OwnedComments { get; }
property IEnumerable<IComment^>^ OwnedComments {
    IEnumerable<IComment^>^ get ();
}
abstract OwnedComments : IEnumerable<IComment>
function get OwnedComments () : IEnumerable<IComment>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<IComment>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IElement Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů