IAsyncCodeLensDataPoint.GetDetailsAsync 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
| GetDetailsAsync(CancellationToken) |
Veri noktasından lens ayrıntılarını alır. |
| GetDetailsAsync(CodeLensDescriptorContext, CancellationToken) |
GetDetailsAsync(CancellationToken)
Veri noktasından lens ayrıntılarını alır.
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailsDescriptor ^> ^ GetDetailsAsync(System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailsDescriptor> GetDetailsAsync (System.Threading.CancellationToken token);
abstract member GetDetailsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailsDescriptor>
Public Function GetDetailsAsync (token As CancellationToken) As Task(Of CodeLensDetailsDescriptor)
Parametreler
- token
- CancellationToken
Döndürülenler
CodeLensDetailEntryDescriptorVeri noktasının lens ayrıntılarını temsil eden nesne.
Şunlara uygulanır
GetDetailsAsync(CodeLensDescriptorContext, CancellationToken)
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::Language::CodeLens::Remoting::CodeLensDetailsDescriptor ^> ^ GetDetailsAsync(Microsoft::VisualStudio::Language::CodeLens::CodeLensDescriptorContext ^ descriptorContext, System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailsDescriptor> GetDetailsAsync (Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext descriptorContext, System.Threading.CancellationToken token);
abstract member GetDetailsAsync : Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Language.CodeLens.Remoting.CodeLensDetailsDescriptor>
Public Function GetDetailsAsync (descriptorContext As CodeLensDescriptorContext, token As CancellationToken) As Task(Of CodeLensDetailsDescriptor)
Parametreler
- descriptorContext
- CodeLensDescriptorContext
- token
- CancellationToken