Freigeben über


IInstanceSpecification.Classifiers-Eigenschaft

Ruft die Klassifizierer ab, zu denen die Instanz gehört.

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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IInstanceSpecification Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace