MarkupCompilePass1.Language Propriedade
Definição
Obtém ou define a linguagem gerenciada com a qual o compilador é compatível.Gets or sets the managed language that the compiler supports.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::String ^ Language { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string Language { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.Language : string with get, set
Public Property Language As String
Valor da propriedade
A linguagem gerenciada que o compilador dá suporte.The managed language that the compiler supports. Os valores válidos são C#, VB e C++.The valid values are C#, VB, and C++.
- Atributos