StorageProviderItemPropertyDefinition.DisplayNameResource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定雲端儲存提供者狀態的顯示名稱。
public:
property Platform::String ^ DisplayNameResource { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayNameResource();
void DisplayNameResource(winrt::hstring value);
public string DisplayNameResource { get; set; }
var string = storageProviderItemPropertyDefinition.displayNameResource;
storageProviderItemPropertyDefinition.displayNameResource = string;
Public Property DisplayNameResource As String
屬性值
狀態顯示名稱的字串值。