StorageProvider.DisplayName プロパティ

定義

ファイルとフォルダーの現在のプロバイダーのわかりやすい名前を取得します。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = storageProvider.displayName;
Public ReadOnly Property DisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

プロバイダーのわかりやすい名前。 この名前は、現在のシステム ロケールにローカライズされます。

適用対象