AssemblyCollection.Item[String] Propriedade
Definição
Sobrecargas
Item[Int32] |
Obtém ou define o AssemblyInfo no índice especificado na AssemblyCollection.Gets or sets the AssemblyInfo at the specified index in the AssemblyCollection. |
Item[String] |
Obtém o item identificado pelo nome de assembly especificado.Gets the item identified by the specified assembly name. |
Item[Int32]
Obtém ou define o AssemblyInfo no índice especificado na AssemblyCollection.Gets or sets the AssemblyInfo at the specified index in the 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 AssemblyInfo específico dentro da coleção AssemblyCollection.An integer value specifying a specific AssemblyInfo object within the AssemblyCollection collection.
Valor da propriedade
Um objeto AssemblyInfo.A AssemblyInfo object.
Item[String]
Obtém o item identificado pelo nome de assembly especificado.Gets the item identified by the specified assembly name.
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 assembly a ser recuperado.The name identifying the assembly to retrieve.
Valor da propriedade
O item identificado pelo nome de assembly especificado.The item identified by the specified assembly name.