다음을 통해 공유


IVsExtensionManager.InstallCompleted 이벤트

때 발생 하는 이벤트는 InstallAsync 작업 완료, 취소 됩니다 또는 오류가 발생 했습니다.

네임스페이스:  Microsoft.VisualStudio.ExtensionManager
어셈블리:  Microsoft.VisualStudio.ExtensionManager(Microsoft.VisualStudio.ExtensionManager.dll)

구문

‘선언
Event InstallCompleted As EventHandler(Of InstallCompletedEventArgs)
event EventHandler<InstallCompletedEventArgs> InstallCompleted
event EventHandler<InstallCompletedEventArgs^>^ InstallCompleted {
    void add (EventHandler<InstallCompletedEventArgs^>^ value);
    void remove (EventHandler<InstallCompletedEventArgs^>^ value);
}
abstract InstallCompleted : IEvent<EventHandler<InstallCompletedEventArgs>,
    InstallCompletedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

설명

이 API를 지원 하기는 하지만 확장 관리자 인프라를 좋습니다 변경 될 수 있으므로 사용 하지 않는 것입니다.

.NET Framework 보안

참고 항목

참조

IVsExtensionManager 인터페이스

Microsoft.VisualStudio.ExtensionManager 네임스페이스