CommonCommandLineModel.Force Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
property bool Force { bool get(); void set(bool value); };
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Use this option to overwrite existing files", Name="force", ShortName="f")]
public bool Force { get; set; }
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Use this option to overwrite existing files", Name="force", ShortName="f")>]
member this.Force : bool with get, set
Public Property Force As Boolean
Hodnota vlastnosti
- Atributy