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

'Declaration
ReadOnly Property Classifiers As IList(Of IClassifier)
    Get
IList<IClassifier> Classifiers { get; }
property IList<IClassifier^>^ Classifiers {
    IList<IClassifier^>^ get ();
}
abstract Classifiers : IList<IClassifier>
function get Classifiers () : IList<IClassifier>

Property Value

Type: System.Collections.Generic.IList<IClassifier>

.NET Framework Security

See Also

Reference

IInstanceSpecification Interface

Microsoft.VisualStudio.Uml.Classes Namespace