C# Class Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.ProjectTreeExtensions

Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
GetAllFilePaths ( this nodes ) : IEnumerable
GetNodeFolderPath ( this nodes ) : string
GetSelectedFilesPaths ( this nodes ) : IEnumerable
GetSelectedFolderPath ( this nodes, UnconfiguredProject unconfiguredProject ) : string
GetSelectedNodesPaths ( this nodes ) : IEnumerable
GetSingleNodePath ( this nodes ) : string
IsFolder ( this nodes ) : bool
IsProjectSelected ( this nodes ) : bool
IsSingleNodePath ( this nodes ) : bool

Method Details

GetAllFilePaths() public static method

public static GetAllFilePaths ( this nodes ) : IEnumerable
nodes this
return IEnumerable

GetNodeFolderPath() public static method

public static GetNodeFolderPath ( this nodes ) : string
nodes this
return string

GetSelectedFilesPaths() public static method

public static GetSelectedFilesPaths ( this nodes ) : IEnumerable
nodes this
return IEnumerable

GetSelectedFolderPath() public static method

public static GetSelectedFolderPath ( this nodes, UnconfiguredProject unconfiguredProject ) : string
nodes this
unconfiguredProject UnconfiguredProject
return string

GetSelectedNodesPaths() public static method

public static GetSelectedNodesPaths ( this nodes ) : IEnumerable
nodes this
return IEnumerable

GetSingleNodePath() public static method

public static GetSingleNodePath ( this nodes ) : string
nodes this
return string

IsFolder() public static method

public static IsFolder ( this nodes ) : bool
nodes this
return bool

IsProjectSelected() public static method

public static IsProjectSelected ( this nodes ) : bool
nodes this
return bool

IsSingleNodePath() public static method

public static IsSingleNodePath ( this nodes ) : bool
nodes this
return bool