ICodeContainerStorageManager.GetAsync(String, CancellationToken) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 CodeContainer 其 Full-Path 等于的 fullPath 。
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainer ^> ^ GetAsync(System::String ^ fullPath, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer> GetAsync (string fullPath, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer>
Public Function GetAsync (fullPath As String, cancellationToken As CancellationToken) As Task(Of CodeContainer)
参数
- fullPath
- String
- cancellationToken
- CancellationToken