IClassifier.Generalizations Property
Gets the Generalization relationships through which this Classifier inherits Features.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Generalizations As IEnumerable(Of IGeneralization)
IEnumerable<IGeneralization> Generalizations { get; }
property IEnumerable<IGeneralization^>^ Generalizations {
IEnumerable<IGeneralization^>^ get ();
}
abstract Generalizations : IEnumerable<IGeneralization> with get
function get Generalizations () : IEnumerable<IGeneralization>
Property Value
Type: System.Collections.Generic.IEnumerable<IGeneralization>
.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.