Share via


CodeLensDataPointProviderDescriptor.ContentTypes Property

Definition

List of supported content types.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ContentTypes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> ContentTypes { get; set; }
member this.ContentTypes : seq<string> with get, set
Public Property ContentTypes As IEnumerable(Of String)

Property Value

Applies to