CommandLineToolSwitch.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the switch, i.e., boolean, string, stringarray, etc.
public:
property Microsoft::Build::Tasks::Xaml::CommandLineToolSwitchType Type { Microsoft::Build::Tasks::Xaml::CommandLineToolSwitchType get(); void set(Microsoft::Build::Tasks::Xaml::CommandLineToolSwitchType value); };
public Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType Type { get; set; }
public Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType Type { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Type : Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Type : Microsoft.Build.Tasks.Xaml.CommandLineToolSwitchType with get, set
Public Property Type As CommandLineToolSwitchType
Property Value
The type of the switch.
- Attributes