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