Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IEnumerable<IProperty> Parts { get; }
property IEnumerable<IProperty^>^ Parts {
IEnumerable<IProperty^>^ get();
}
abstract Parts : IEnumerable<IProperty> with get
ReadOnly Property Parts As IEnumerable(Of IProperty)
Property Value
Type: System.Collections.Generic.IEnumerable<IProperty>
See Also
IStructuredClassifier Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace
Return to top