CodeLensDetailEntryDescriptor.NavigationCommandArgs Property

Definition

Arguments for the navigation command.

public:
 property System::Collections::Generic::IEnumerable<System::Object ^> ^ NavigationCommandArgs { System::Collections::Generic::IEnumerable<System::Object ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::Object ^> ^ value); };
[Newtonsoft.Json.JsonProperty(ItemTypeNameHandling=Newtonsoft.Json.TypeNameHandling.Auto)]
public System.Collections.Generic.IEnumerable<object> NavigationCommandArgs { get; set; }
[Newtonsoft.Json.JsonProperty(ItemTypeNameHandling=Newtonsoft.Json.TypeNameHandling.All)]
public System.Collections.Generic.IEnumerable<object> NavigationCommandArgs { get; set; }
[<Newtonsoft.Json.JsonProperty(ItemTypeNameHandling=Newtonsoft.Json.TypeNameHandling.Auto)>]
member this.NavigationCommandArgs : seq<obj> with get, set
[<Newtonsoft.Json.JsonProperty(ItemTypeNameHandling=Newtonsoft.Json.TypeNameHandling.All)>]
member this.NavigationCommandArgs : seq<obj> with get, set
Public Property NavigationCommandArgs As IEnumerable(Of Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to