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 classifiers to which the instance belongs.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IList<IClassifier> Classifiers { get; }
property IList<IClassifier^>^ Classifiers {
IList<IClassifier^>^ get();
}
abstract Classifiers : IList<IClassifier> with get
ReadOnly Property Classifiers As IList(Of IClassifier)
Property Value
Type: System.Collections.Generic.IList<IClassifier>
See Also
IInstanceSpecification Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top