Compiler.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得動態編譯檔案之語言提供者的編譯器型別名稱。
public:
property System::String ^ Type { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)]
public string Type { get; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)>]
member this.Type : string
Public ReadOnly Property Type As String
屬性值
值,指定在動態編譯檔案中使用之語言編緝器的型別名稱。
- 屬性
備註
指定語言提供者的類型名稱,包括包含提供者實作的元件名稱。