WorkspaceServiceHelper.GetUINodeOperationEventServiceAsync(IWorkspace) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the IUINodeOperationEventService for a workspace instance
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task<Microsoft::VisualStudio::Workspace::IUINodeOperationEventService ^> ^ GetUINodeOperationEventServiceAsync(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace);
public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.IUINodeOperationEventService> GetUINodeOperationEventServiceAsync (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.IUINodeOperationEventService?> GetUINodeOperationEventServiceAsync (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetUINodeOperationEventServiceAsync : Microsoft.VisualStudio.Workspace.IWorkspace -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.IUINodeOperationEventService>
<Extension()>
Public Function GetUINodeOperationEventServiceAsync (workspace As IWorkspace) As Task(Of IUINodeOperationEventService)
Parameters
- workspace
- IWorkspace
workspace instance
Returns
The instance of the IUINodeOperationEventService or null if not found