IClassifier.Features – vlastnost
Získá atributy, operace a příjmy, přidružené každý člen této třídy.Podmnožina Namespace::Member.
Obor názvů: Microsoft.VisualStudio.Uml.Classes
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
ReadOnly Property Features As IEnumerable(Of IFeature)
IEnumerable<IFeature> Features { get; }
property IEnumerable<IFeature^>^ Features {
IEnumerable<IFeature^>^ get ();
}
abstract Features : IEnumerable<IFeature>
function get Features () : IEnumerable<IFeature>
Hodnota vlastnosti
Typ: System.Collections.Generic.IEnumerable<IFeature>
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.