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)
IList<IClassifier> Classifiers { get; }
property IList<IClassifier^>^ Classifiers {
IList<IClassifier^>^ get ();
}
abstract Classifiers : IList<IClassifier> with get
function get Classifiers () : IList<IClassifier>
Property Value
Type: System.Collections.Generic.IList<IClassifier>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.