Compartilhar via


Propriedade IOpaqueExpression.Language

O idioma da expressão no corpo.

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

Sintaxe

'Declaração
Property Language As String
    Get
    Set
string Language { get; set; }
property String^ Language {
    String^ get ();
    void set (String^ value);
}
abstract Language : string with get, set
function get Language () : String
function set Language (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IOpaqueExpression Interface

Namespace Microsoft.VisualStudio.Uml.Classes