Właściwość IFeature.FeaturingClassifiers —
Pobiera klasyfikatorów, na których pojawia się tej funkcji.
Przestrzeń nazw: Microsoft.VisualStudio.Uml.Classes
Zestaw: Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)
Składnia
'Deklaracja
ReadOnly Property FeaturingClassifiers As IEnumerable(Of IClassifier)
IEnumerable<IClassifier> FeaturingClassifiers { get; }
property IEnumerable<IClassifier^>^ FeaturingClassifiers {
IEnumerable<IClassifier^>^ get ();
}
abstract FeaturingClassifiers : IEnumerable<IClassifier> with get
function get FeaturingClassifiers () : IEnumerable<IClassifier>
Wartość właściwości
Typ: IEnumerable<IClassifier>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.