Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The StereotypeInstance of which this PropertyInstance is part.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property StereotypeInstance As IStereotypeInstance
IStereotypeInstance StereotypeInstance { get; set; }
property IStereotypeInstance^ StereotypeInstance {
IStereotypeInstance^ get ();
void set (IStereotypeInstance^ value);
}
abstract StereotypeInstance : IStereotypeInstance with get, set
function get StereotypeInstance () : IStereotypeInstance
function set StereotypeInstance (value : IStereotypeInstance)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IStereotypeInstance
.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.