WorkspaceServiceHelper.GetUINodeOperationEventServiceAsync(IWorkspace) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen von IUINodeOperationEventService für einen Arbeitsbereich 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)
Parameter
- workspace
- IWorkspace
arbeitsbereichs instance
Gibt zurück
Der instance von IUINodeOperationEventService oder NULL, wenn nicht gefunden