IAsyncCodeLensDataPoint.GetDataAsync 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.
Überlädt
| GetDataAsync(CancellationToken) |
Ruft die Daten des Daten Punkts ab. |
| GetDataAsync(CodeLensDescriptorContext, CancellationToken) |
GetDataAsync(CancellationToken)
Ruft die Daten des Daten Punkts ab.
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDataPointDescriptor ^> ^ GetDataAsync(System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDataPointDescriptor> GetDataAsync (System.Threading.CancellationToken token);
abstract member GetDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDataPointDescriptor>
Public Function GetDataAsync (token As CancellationToken) As Task(Of CodeLensDataPointDescriptor)
Parameter
- token
- CancellationToken
Gibt zurück
Ein- CodeLensDataPointDescriptor Objekt, das die Daten des Daten Punkts darstellt.
Gilt für
GetDataAsync(CodeLensDescriptorContext, CancellationToken)
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDataPointDescriptor ^> ^ GetDataAsync(Microsoft::VisualStudio::Language::CodeLens::CodeLensDescriptorContext ^ descriptorContext, System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDataPointDescriptor> GetDataAsync (Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext descriptorContext, System.Threading.CancellationToken token);
abstract member GetDataAsync : Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDataPointDescriptor>
Public Function GetDataAsync (descriptorContext As CodeLensDescriptorContext, token As CancellationToken) As Task(Of CodeLensDataPointDescriptor)
Parameter
- descriptorContext
- CodeLensDescriptorContext
- token
- CancellationToken