IAsyncCodeLensDataPoint.GetDetailsAsync Yöntem

Tanım

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

Döndürülenler

Task<CodeLensDetailsDescriptor>

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

Döndürülenler

Task<CodeLensDetailsDescriptor>

Şunlara uygulanır