Vbc.TargetCompactFramework Propriedade

Definição

Obtém ou define um valor booliano que especifica se a .NET Compact Framework deve ser direcionada.Gets or sets a Boolean value that specifies whether to target the .NET Compact Framework.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property bool TargetCompactFramework { bool get(); void set(bool value); };
public bool TargetCompactFramework { get; set; }
member this.TargetCompactFramework : bool with get, set
Public Property TargetCompactFramework As Boolean

Valor da propriedade

Boolean

true se a tarefa Vbc deve ter como destino a .NET Compact Framework; caso contrário, false .true if the Vbc task should target the .NET Compact Framework; otherwise, false.

Aplica-se a