IFileSelectorMetadata.SupportedContentTypes Property

Definition

Optional. List of content types this component wants to handle.

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ SupportedContentTypes { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> SupportedContentTypes { get; }
public System.Collections.Generic.IReadOnlyCollection<string>? SupportedContentTypes { get; }
member this.SupportedContentTypes : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property SupportedContentTypes As IReadOnlyCollection(Of String)

Property Value

Applies to