Condividi tramite


Proprietà IClassifier.Features

Ottiene gli attributi, le operazioni e le ricezioni associati a ogni membro di questa classe. Sottoinsieme di Namespace::Member.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IFeature>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IClassifier Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes