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

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

Property Value

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

.NET Framework Security

See Also

Reference

IClassifier Interface

Microsoft.VisualStudio.Uml.Classes Namespace