Freigeben über


IProfile.Stereotypes-Eigenschaft

Definitionen von Stereotypen innerhalb eines Profils.

Namespace:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Stereotypes As IEnumerable(Of IStereotype)
IEnumerable<IStereotype> Stereotypes { get; }
property IEnumerable<IStereotype^>^ Stereotypes {
    IEnumerable<IStereotype^>^ get ();
}
abstract Stereotypes : IEnumerable<IStereotype> with get
function get Stereotypes () : IEnumerable<IStereotype>

Eigenschaftswert

Typ: IEnumerable<IStereotype>

.NET Framework-Sicherheit

Siehe auch

Referenz

IProfile Schnittstelle

Microsoft.VisualStudio.Uml.Profiles-Namespace