external help file | Module Name | online version | schema |
---|---|---|---|
Microsoft.PowerShell.EditorServices.VSCode.dll-Help.xml |
PowerShellEditorServices.VSCode |
2.0.0 |
Closes an HtmlContentView.
Close-VSCodeHtmlContentView [-HtmlContentView] <IHtmlContentView> [<CommonParameters>]
Closes an HtmlContentView inside of Visual Studio Code if it is displayed.
Close-VSCodeHtmlContentView -HtmlContentView $view
The HtmlContentView to be closed.
Type: IHtmlContentView
Parameter Sets: (All)
Aliases: View
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.