CommandLineToolSwitch.Overrides Property

Definition

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

Applies to