Aracılığıyla paylaş


FilePickerFileType.Value Property

Definition

Gets the configured allowed file types that can be picked by the user for the current platform.

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

Property Value

Exceptions

Thrown if the current platform does not have any file types configured.

Applies to