CodeLensDetailEntryDescriptor.NavigationCommandArgs 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.
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