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

状态显示名称的字符串值。

适用于