ExecuteCompletedEventArgs Class
Arguments consumed by the E:Microsoft.VisualStudio.ExtensionManager.IVsExtensionRepositoryQuery.ExecuteCompleted event.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::EventArgs
System.ComponentModel::AsyncCompletedEventArgs
Microsoft.VisualStudio.ExtensionManager::ExecuteCompletedEventArgs
| Name | Description | |
|---|---|---|
![]() | ExecuteCompletedEventArgs(Exception^, Boolean, Object^, IEnumerable^, Int32) | Creates ExecuteCompletedEventArgs to be consumed by a E:Microsoft.VisualStudio.ExtensionManager.IVsExtensionRepositoryQuery.ExecuteCompleted event. |
| Name | Description | |
|---|---|---|
![]() | Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() | Error | (Inherited from AsyncCompletedEventArgs.) |
![]() | Results | Results returned by an IVsExtensionRepositoryQuery<T> query. |
![]() | TotalCount | The number of extensions that match the query parameters. |
![]() | UserState | (Inherited from AsyncCompletedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
![]() | ToString() | (Inherited from Object.) |
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


