UsingTask.IsImported Propriedade

Definição

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.

public:
 property bool IsImported { bool get(); };
public bool IsImported { get; }
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean

Valor da propriedade

Boolean

true Se o elemento UsingTask foi importado para o projeto; caso contrário, false .true if the UsingTask element was imported into the project; otherwise, false.

Aplica-se a