Freigeben über


IOpaqueAction.Language-Eigenschaft

Die Sprache des Ausdrucks im Text.

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

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

IOpaqueAction Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace