IStructuredClassifier.Parts Property

Gets the Properties of which this classifier is composed.

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

Syntax

'Declaration
ReadOnly Property Parts As IEnumerable(Of IProperty)
    Get
IEnumerable<IProperty> Parts { get; }
property IEnumerable<IProperty^>^ Parts {
    IEnumerable<IProperty^>^ get ();
}
abstract Parts : IEnumerable<IProperty>
function get Parts () : IEnumerable<IProperty>

Property Value

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

.NET Framework Security

See Also

Reference

IStructuredClassifier Interface

Microsoft.VisualStudio.Uml.CompositeStructures Namespace