CodeLensDetailsDescriptor.CustomData Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
public:
property System::Collections::Generic::IEnumerable<System::Object ^> ^ CustomData { 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> CustomData { get; set; }
public System.Collections.Generic.IEnumerable<object> CustomData { get; set; }
[<Newtonsoft.Json.JsonProperty(ItemTypeNameHandling=Newtonsoft.Json.TypeNameHandling.All)>]
member this.CustomData : seq<obj> with get, set
member this.CustomData : seq<obj> with get, set
Public Property CustomData As IEnumerable(Of Object)
Özellik Değeri
- Öznitelikler
-
Newtonsoft.Json.JsonPropertyAttribute