StorageProviderError(String, String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
不支援此 API 的案例。 請改用 StorageProviderStatusUI 和相關類別的成員。
public:
StorageProviderError(Platform::String ^ id, Platform::String ^ title, Platform::String ^ message);
StorageProviderError(winrt::hstring const& id, winrt::hstring const& title, winrt::hstring const& message);
public StorageProviderError(string id, string title, string message);
function StorageProviderError(id, title, message)
Public Sub New (id As String, title As String, message As String)
參數
- id
-
String
Platform::String
winrt::hstring
- title
-
String
Platform::String
winrt::hstring
- message
-
String
Platform::String
winrt::hstring