Compartilhar via


Propriedade IStructuredClassifier.Parts

Obtém as propriedades dos quais este classificador é composto.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IStructuredClassifier Interface

Namespace Microsoft.VisualStudio.Uml.CompositeStructures