Compartilhar via


Propriedade IStereotypeInstance.Profile

O perfil no qual o estereótipo é definido.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IStereotypeInstance Interface

Namespace Microsoft.VisualStudio.Uml.Classes