IAsyncCodeLensDataPointProvider.CreateDataPointAsync Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ı.
- token
- CancellationToken
Döndürülenler
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
- token
- CancellationToken