PickOptions.PickerTitle 属性

定义

用于向用户显示的文件选取器标题。

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

属性值

注解

文件选取器标题仅在 Android 平台上使用,并且仅用于某些文件选取器。 不保证显示此标题。

适用于