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