Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.