VCXDCMakeTool.AdditionalOptions Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit des options à ajouter à la fin de la ligne de commande immédiatement avant le ou les noms de fichiers. Par exemple, si une option n'est pas prise en charge dans le modèle objet.
public:
property System::String ^ AdditionalOptions { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ AdditionalOptions { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2)]
public string AdditionalOptions { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.AdditionalOptions : string with get, set
Public Property AdditionalOptions As String
Valeur de propriété
Options à ajouter à la fin de la ligne de commande immédiatement avant le ou les noms de fichiers.
- Attributs