共用方式為


CompilerCollection.Get 方法

定義

取得指定的 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

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

參數

language
String

集合中 Compiler 物件的語言。

傳回

Compiler

Compiler 物件。

適用於