CompilerCollection.Get 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的 Compiler 集合項目。
多載
Get(Int32) |
取得位於指定索引的 Compiler 集合項目。 |
Get(String) |
取得指定之語言的 Compiler 集合項目。 |
Get(Int32)
取得位於指定索引的 Compiler 集合項目。
public:
System::Web::Configuration::Compiler ^ Get(int index);
public System.Web.Configuration.Compiler Get (int index);
member this.Get : int -> System.Web.Configuration.Compiler
Public Function Get (index As Integer) As Compiler
參數
- index
- Int32
整數值,指定 Compiler 內的 CompilerCollection。
傳回
Compiler 物件。
適用於
Get(String)
取得指定之語言的 Compiler 集合項目。
public:
System::Web::Configuration::Compiler ^ Get(System::String ^ language);
public System.Web.Configuration.Compiler Get (string language);
member this.Get : string -> System.Web.Configuration.Compiler
Public Function Get (language As String) As Compiler
參數
傳回
Compiler 物件。