IEditorTaskPanelService.ShowTaskTab Method
Applies to v2.
Shows the tab if it is not visible, otherwise no operation. Throws exception if tab does not exist.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Sub ShowTaskTab ( _
id As Guid _
)
'Usage
Dim instance As IEditorTaskPanelService
Dim id As Guid
instance.ShowTaskTab(id)
void ShowTaskTab(
Guid id
)
void ShowTaskTab(
Guid id
)
abstract ShowTaskTab :
id:Guid -> unit
function ShowTaskTab(
id : Guid
)
Parameters
id
Type: System.GuidThe unique ID for the tab.