Propriedade IElement.OwnedComments

Obtém comentários vinculados a esse elemento.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IElement Interface

Namespace Microsoft.VisualStudio.Uml.Classes