WindowsUpdate.Title 属性

定义

获取 WindowsUpdate 对象的标题。

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

属性值

String

Platform::String

winrt::hstring

WindowsUpdate 对象的标题。

适用于