C# Class OpenInVsCode.ProjectHelpers

Datei anzeigen Open project: madskristensen/OpenInVsCode

Public Methods

Method Description
GetFilePath ( this item ) : string
GetRootFolder ( this project ) : string
GetSelectedPath ( DTE2 dte ) : string

Method Details

GetFilePath() public static method

public static GetFilePath ( this item ) : string
item this
return string

GetRootFolder() public static method

public static GetRootFolder ( this project ) : string
project this
return string

GetSelectedPath() public static method

public static GetSelectedPath ( DTE2 dte ) : string
dte DTE2
return string