Share via


CodeLensDetailsDescriptor.AdditionalCustomData Property

Definition

Defines additional custom details data to be visualized after the detail list. See CustomData for more information.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to