IClassifier.Features Property

 

Gets the Attributes, Operations and Receptions that are associated with every member of this class. A subset of Namespace::Member.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IFeature> Features { get; }
property IEnumerable<IFeature^>^ Features {
    IEnumerable<IFeature^>^ get();
}
abstract Features : IEnumerable<IFeature> with get
ReadOnly Property Features As IEnumerable(Of IFeature)

Property Value

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

See Also

IClassifier Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top