WorkspaceServiceHelper.GetPropertyEvaluatorServiceAsync(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.
Zurückgeben des IPropertyEvaluatorService-Diensts
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task<Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluatorService ^> ^ GetPropertyEvaluatorServiceAsync(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace);
public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorService> GetPropertyEvaluatorServiceAsync (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorService?> GetPropertyEvaluatorServiceAsync (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetPropertyEvaluatorServiceAsync : Microsoft.VisualStudio.Workspace.IWorkspace -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorService>
<Extension()>
Public Function GetPropertyEvaluatorServiceAsync (workspace As IWorkspace) As Task(Of IPropertyEvaluatorService)
Parameter
- workspace
- IWorkspace
arbeitsbereichs-instance
Gibt zurück
Instanz eines IPropertyEvaluatorService oder NULL, wenn nicht gefunden