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 对象。

适用于