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)
IEnumerable<IFeature> Features { get; }
property IEnumerable<IFeature^>^ Features {
IEnumerable<IFeature^>^ get ();
}
abstract Features : IEnumerable<IFeature> with get
function get Features () : IEnumerable<IFeature>
Property Value
Type: System.Collections.Generic.IEnumerable<IFeature>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.