Sdílet prostřednictvím


IClassifier.Features – vlastnost

Získá atributy, operace a příjmy související s 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)
    Get
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

Viz také

Odkaz

IClassifier Rozhraní

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