Skip to content

Get VSPath

apobekiaris edited this page Jun 15, 2020 · 4 revisions

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-VSPath

SYNOPSIS

Returns Visual Studio location.

SYNTAX

Get-VSPath [<CommonParameters>]

DESCRIPTION

Returns Visual Studio location.

EXAMPLES

Example 1

PS C:\> get-vspath
C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\devenv.exe

Returns Visual Studio location.

PARAMETERS

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