共用方式為


WindowsUpdate.ProviderId 屬性

定義

取得與 WindowsUpdate 物件相關聯的提供者識別碼。

public:
 property Platform::String ^ ProviderId { Platform::String ^ get(); };
winrt::hstring ProviderId();
public string ProviderId { get; }
var string = windowsUpdate.providerId;
Public ReadOnly Property ProviderId As String

屬性值

String

Platform::String

winrt::hstring

WindowsUpdate 物件相關聯的提供者識別碼。

備註

提供者識別碼會指出哪個更新提供者正在處理更新。 對於 Windows 更新,這通常為 「WuProvider」。

適用於