共用方式為


StorageProviderItemPropertyDefinition.DisplayNameResource 屬性

定義

取得或設定雲端儲存提供者狀態的顯示名稱。

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

屬性值

String

Platform::String

winrt::hstring

狀態顯示名稱的字串值。

適用於