PickOptions.PickerTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Title used for the file picker that is shown to the user.
public:
property System::String ^ PickerTitle { System::String ^ get(); void set(System::String ^ value); };
public string? PickerTitle { get; set; }
member this.PickerTitle : string with get, set
Public Property PickerTitle As String
Property Value
Remarks
The file picker title is only used on the Android platform and only for certain file pickers. This title is not guaranteed to be shown.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.