Freigeben über


IStereotypeInstance.Profile-Eigenschaft

Das Profil, in dem das Stereotyp definiert ist.

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

Syntax

'Declaration
Property Profile As String
    Get
    Set
string Profile { get; set; }
property String^ Profile {
    String^ get ();
    void set (String^ value);
}
abstract Profile : string with get, set
function get Profile () : String
function set Profile (value : String)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

IStereotypeInstance Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace