IFileSelectorMetadata.SupportedContentTypes Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Opcional. Lista de tipos de conteúdo que este componente deseja manipular.
public:
property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ SupportedContentTypes { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ 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)