次の方法で共有


StorageProviderError.FilePath プロパティ

定義

注意

この API のシナリオはサポートされていません。 代わりに 、StorageProviderStatusUI と関連クラスのメンバーを使用してください。

public:
 property Platform::String ^ FilePath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FilePath();

void FilePath(winrt::hstring value);
public string FilePath { get; set; }
var string = storageProviderError.filePath;
storageProviderError.filePath = string;
Public Property FilePath As String

プロパティ値

String

Platform::String

winrt::hstring

適用対象