共用方式為


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

適用於