StorageProviderMoreInfoUI.Message 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
備註
此屬性為諮詢。 Windows 會判斷它是否或如何使用這些值。