StorageProviderMoreInfoUI.Message 屬性

定義

MoreInfoUI 區段的訊息。

public:
 property Platform::String ^ Message { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Message();

void Message(winrt::hstring value);
public string Message { get; set; }
var string = storageProviderMoreInfoUI.message;
storageProviderMoreInfoUI.message = string;
Public Property Message As String

屬性值

String

Platform::String

winrt::hstring

備註

此屬性為諮詢。 Windows 會判斷它是否或如何使用這些值。

適用於

另請參閱