다음을 통해 공유


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 개체의 제목입니다.

적용 대상