다음을 통해 공유


WindowsUpdate.Description 속성

정의

WindowsUpdate 개체와 연결된 기본 설명 메타데이터 문자열을 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

WindowsUpdate 개체와 연결된 기본 설명 메타데이터 문자열입니다.

적용 대상