TargetCollection.Item[String] Propriedade

Definição

Obtém o objeto Target especificado no TargetCollection.Gets the specified Target object in the TargetCollection.

public:
 property Microsoft::Build::BuildEngine::Target ^ default[System::String ^] { Microsoft::Build::BuildEngine::Target ^ get(System::String ^ index); };
public Microsoft.Build.BuildEngine.Target this[string index] { get; }
member this.Item(string) : Microsoft.Build.BuildEngine.Target
Default Public ReadOnly Property Item(index As String) As Target

Parâmetros

index
String

O atributo Name do elemento Target na coleção.The Name attribute of the Target element in the collection.

Valor da propriedade

Target

O Target objeto que contém o Name valor da propriedade especificado por index .The Target object that contains the Name property value specified by index.

Comentários

Um Target objeto representa um Target elemento no projeto.A Target object represents a Target element in the project.

Aplica-se a