Sdílet prostřednictvím


IStereotypeInstance.Profile – vlastnost

Profil, ve kterém je definován stereotyp.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IStereotypeInstance Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů