AssemblyCollection.Item[] Propriedade

Definição

Sobrecargas

Name Description
Item[Int32]

Obtém ou define o AssemblyInfo no índice especificado no AssemblyCollection.

Item[String]

Obtém o item identificado pelo nome da assembleia especificado.

Item[Int32]

Obtém ou define o AssemblyInfo no índice especificado no AssemblyCollection.

public:
 property System::Web::Configuration::AssemblyInfo ^ default[int] { System::Web::Configuration::AssemblyInfo ^ get(int index); void set(int index, System::Web::Configuration::AssemblyInfo ^ value); };
public System.Web.Configuration.AssemblyInfo this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.AssemblyInfo with get, set
Default Public Property Item(index As Integer) As AssemblyInfo

Parâmetros

index
Int32

Um valor inteiro que especifica um objeto específico AssemblyInfo dentro da AssemblyCollection coleção.

Valor de Propriedade

Um objeto AssemblyInfo.

Aplica-se a

Item[String]

Obtém o item identificado pelo nome da assembleia especificado.

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

Parâmetros

assemblyName
String

O nome que identifica o conjunto a recuperar.

Valor de Propriedade

O item identificado pelo nome da assembleia especificado.

Aplica-se a