TableEntryHandle2Helper.NavigateTo 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.
public:
[System::Runtime::CompilerServices::Extension]
static bool NavigateTo(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ handle, bool isPreview, bool shouldActivate);
public static bool NavigateTo (this Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle handle, bool isPreview, bool shouldActivate);
static member NavigateTo : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * bool * bool -> bool
<Extension()>
Public Function NavigateTo (handle As ITableEntryHandle, isPreview As Boolean, shouldActivate As Boolean) As Boolean
Parameters
- handle
- ITableEntryHandle
- isPreview
- Boolean
- shouldActivate
- Boolean