CompilerCollection.Item[] Propriedade

Definição

Recebe o item de coleção especificado Compiler .

Sobrecargas

Name Description
Item[Int32]

Obtém o Compiler no índice especificado da coleção.

Item[String]

Obtém o Compiler elemento de coleção para a linguagem especificada.

Item[Int32]

Obtém o Compiler no índice especificado da coleção.

public:
 property System::Web::Configuration::Compiler ^ default[int] { System::Web::Configuration::Compiler ^ get(int index); };
public System.Web.Configuration.Compiler this[int index] { get; }
member this.Item(int) : System.Web.Configuration.Compiler
Default Public ReadOnly Property Item(index As Integer) As Compiler

Parâmetros

index
Int32

Um valor inteiro que especifica um Compiler dentro do CompilerCollection.

Valor de Propriedade

Um objeto Compiler.

Observações

Se o objeto compilador não existir na coleção, é lançada uma exceção fora de alcance.

Aplica-se a

Item[String]

Obtém o Compiler elemento de coleção para a linguagem especificada.

public:
 property System::Web::Configuration::Compiler ^ default[System::String ^] { System::Web::Configuration::Compiler ^ get(System::String ^ language); };
public System.Web.Configuration.Compiler this[string language] { get; }
member this.Item(string) : System.Web.Configuration.Compiler
Default Public ReadOnly Property Item(language As String) As Compiler

Parâmetros

language
String

A linguagem para o Compiler objeto dentro da coleção.

Valor de Propriedade

Um objeto Compiler.

Observações

Fornece uma lista separada por ponto e vírgula dos nomes das línguas suportadas pelo fornecedor da língua.

Aplica-se a