IAsyncCodeLensDataPointProvider.CreateDataPointAsync Yöntem

Tanım

Aşırı Yüklemeler

CreateDataPointAsync(CodeLensDescriptor, CancellationToken)

IAsyncCodeLensDataPointVerilen tanımlayıcıdan, istek üzerine bir oluşturur.

CreateDataPointAsync(CodeLensDescriptor, CodeLensDescriptorContext, CancellationToken)

CreateDataPointAsync(CodeLensDescriptor, CancellationToken)

IAsyncCodeLensDataPointVerilen tanımlayıcıdan, istek üzerine bir oluşturur.

public:
 System::Threading::Tasks::Task<Microsoft::VisualStudio::Language::CodeLens::Remoting::IAsyncCodeLensDataPoint ^> ^ CreateDataPointAsync(Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDescriptor ^ descriptor, System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.IAsyncCodeLensDataPoint> CreateDataPointAsync (Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDescriptor descriptor, System.Threading.CancellationToken token);
abstract member CreateDataPointAsync : Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDescriptor * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.IAsyncCodeLensDataPoint>
Public Function CreateDataPointAsync (descriptor As CodeLensDescriptor, token As CancellationToken) As Task(Of IAsyncCodeLensDataPoint)

Parametreler

descriptor
CodeLensDescriptor

Kullanılacak tanımlayıcı.

Döndürülenler

Task<IAsyncCodeLensDataPoint>

IAsyncCodeLensDataPointTanımlayıcıdan oluşturulan bir.

Şunlara uygulanır

CreateDataPointAsync(CodeLensDescriptor, CodeLensDescriptorContext, CancellationToken)

public:
 System::Threading::Tasks::Task<Microsoft::VisualStudio::Language::CodeLens::Remoting::IAsyncCodeLensDataPoint ^> ^ CreateDataPointAsync(Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDescriptor ^ descriptor, Microsoft::VisualStudio::Language::CodeLens::CodeLensDescriptorContext ^ descriptorContext, System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.IAsyncCodeLensDataPoint> CreateDataPointAsync (Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDescriptor descriptor, Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext descriptorContext, System.Threading.CancellationToken token);
abstract member CreateDataPointAsync : Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDescriptor * Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.IAsyncCodeLensDataPoint>
Public Function CreateDataPointAsync (descriptor As CodeLensDescriptor, descriptorContext As CodeLensDescriptorContext, token As CancellationToken) As Task(Of IAsyncCodeLensDataPoint)

Parametreler

descriptor
CodeLensDescriptor
descriptorContext
CodeLensDescriptorContext

Döndürülenler

Task<IAsyncCodeLensDataPoint>

Şunlara uygulanır