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.
Descriptions of metaclasses referenced in this Profile.
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IMetaclass> Metaclasses { get; }
property IEnumerable<IMetaclass^>^ Metaclasses {
IEnumerable<IMetaclass^>^ get();
}
abstract Metaclasses : IEnumerable<IMetaclass> with get
ReadOnly Property Metaclasses As IEnumerable(Of IMetaclass)
Property Value
Type: System.Collections.Generic.IEnumerable<IMetaclass>
See Also
IProfile Interface
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top