BuildPropertyGroup.IsImported Propriedade

Definição

Obtém ou define um valor que indica se o grupo de propriedades foi importado para o projeto.Gets or sets a value indicating whether the property group 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 grupo de propriedades foi importado para o projeto; caso contrário, false .true if the property group was imported into the project; otherwise, false.

Aplica-se a