UsingTask Classe

Definição

Representa um elemento UsingTask em um projeto do MSBuild.Represents a single UsingTask element in an MSBuild project.

public ref class UsingTask
public class UsingTask
type UsingTask = class
Public Class UsingTask
Herança
UsingTask

Propriedades

AssemblyFile

Obtém o valor de atributo AssemblyFile do elemento UsingTask.Gets the AssemblyFile attribute value of the UsingTask element.

AssemblyName

Obtém o valor de atributo AssemblyName do elemento UsingTask.Gets the AssemblyName attribute value of the UsingTask element.

Condition

Obtém o valor de atributo Condition do elemento UsingTask.Gets the Condition attribute value of the UsingTask element.

IsImported

Obtém um valor que indica se o elemento UsingTask foi importado para o projeto.Gets a value indicating whether the UsingTask element was imported into the project.

TaskName

Obtém o valor de atributo TaskName do elemento UsingTask.Gets the TaskName attribute value of the UsingTask element.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a