GetWinFXPath.WinFXPath Propriedade
Definição
Obtém ou define o caminho para o runtime WinFX.Gets or sets the path for the WinFX runtime.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::String ^ WinFXPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
public string WinFXPath { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.WinFXPath : string with get, set
Public Property WinFXPath As String
Valor da propriedade
O caminho para o tempo de execução do WinFX.The path for the WinFX runtime.
- Atributos