Sdílet prostřednictvím


IInstanceSpecification.Classifiers – vlastnost

Získá-li třídění, do kterých patří instance.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IInstanceSpecification Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů