CommandLineToolSwitch.Overrides 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.
This property indicates the parent of the dependency
public:
property System::Collections::Generic::LinkedList<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ Overrides { System::Collections::Generic::LinkedList<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ get(); };
public System.Collections.Generic.LinkedList<System.Collections.Generic.KeyValuePair<string,string>> Overrides { get; }
public System.Collections.Generic.LinkedList<System.Collections.Generic.KeyValuePair<string,string>> Overrides { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Overrides : System.Collections.Generic.LinkedList<System.Collections.Generic.KeyValuePair<string, string>>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Overrides : System.Collections.Generic.LinkedList<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property Overrides As LinkedList(Of KeyValuePair(Of String, String))
Property Value
The overrides for the switch.
- Attributes