IVsSccFolderManager.GetSccStatusAsync(String, CancellationToken) Method

Definition

Platform will delegate to the provider that binds to the path or its parent.

public:
 System::Threading::Tasks::Task<Microsoft::VisualStudio::Shell::SccIntegration::SccItemStatus> ^ GetSccStatusAsync(System::String ^ absolutePath, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.SccIntegration.SccItemStatus> GetSccStatusAsync (string absolutePath, System.Threading.CancellationToken cancellationToken);
abstract member GetSccStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.SccIntegration.SccItemStatus>
Public Function GetSccStatusAsync (absolutePath As String, cancellationToken As CancellationToken) As Task(Of SccItemStatus)

Parameters

absolutePath
String

Path to the file or folder.

cancellationToken
CancellationToken

Cancellation token.

Returns

The SCC status.

Applies to