Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.17 KB

Close-VSCodeHtmlContentView.md

File metadata and controls

64 lines (41 loc) · 1.17 KB
external help file Module Name online version schema
Microsoft.PowerShell.EditorServices.VSCode.dll-Help.xml
PowerShellEditorServices.VSCode
2.0.0

Close-VSCodeHtmlContentView

SYNOPSIS

Closes an HtmlContentView.

SYNTAX

Close-VSCodeHtmlContentView [-HtmlContentView] <IHtmlContentView> [<CommonParameters>]

DESCRIPTION

Closes an HtmlContentView inside of Visual Studio Code if it is displayed.

EXAMPLES

Example 1

Close-VSCodeHtmlContentView -HtmlContentView $view

PARAMETERS

-HtmlContentView

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS