ICodeContainerStorageManager.GetAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the CodeContainer whose Full-Path is equal to 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)
Parameters
- fullPath
- String
- cancellationToken
- CancellationToken