IInstanceSpecification.Classifiers Property

 

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