HierarchyTreeFilterProvider::HierarchyTreeFilter::CancellationToken Property

 

Gets a CancellationToken that will be cancelled when this filter is disposed.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
property CancellationToken CancellationToken {
	CancellationToken get();
}

Property Value

Type: System.Threading::CancellationToken

The CancellationToken.

Return to top
Show: