Compiler.Language 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在動態編譯檔案中使用的程式設計語言清單。
public:
property System::String ^ Language { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("language", DefaultValue="", IsKey=true, IsRequired=true)]
public string Language { get; }
[<System.Configuration.ConfigurationProperty("language", DefaultValue="", IsKey=true, IsRequired=true)>]
member this.Language : string
Public ReadOnly Property Language As String
屬性值
值,指定在動態編譯檔案中使用的程式設計語言。
- 屬性
備註
當程式設計語言清單包含多個語言時,清單會以分號分隔。