다음을 통해 공유


WindowsUpdate.MoreInfoUrl 속성

정의

WindowsUpdate 개체와 연결된 기본 추가 정보 URL을 가져옵니다.

public:
 property Uri ^ MoreInfoUrl { Uri ^ get(); };
Uri MoreInfoUrl();
public System.Uri MoreInfoUrl { get; }
var uri = windowsUpdate.moreInfoUrl;
Public ReadOnly Property MoreInfoUrl As Uri

속성 값

WindowsUpdate 개체와 연결된 기본 추가 정보 URL입니다.

적용 대상