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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.