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

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

public static GetAllFilePaths ( this nodes ) : IEnumerable
nodes this
Résultat IEnumerable

GetNodeFolderPath() public static méthode

public static GetNodeFolderPath ( this nodes ) : string
nodes this
Résultat string

GetSelectedFilesPaths() public static méthode

public static GetSelectedFilesPaths ( this nodes ) : IEnumerable
nodes this
Résultat IEnumerable

GetSelectedFolderPath() public static méthode

public static GetSelectedFolderPath ( this nodes, UnconfiguredProject unconfiguredProject ) : string
nodes this
unconfiguredProject UnconfiguredProject
Résultat string

GetSelectedNodesPaths() public static méthode

public static GetSelectedNodesPaths ( this nodes ) : IEnumerable
nodes this
Résultat IEnumerable

GetSingleNodePath() public static méthode

public static GetSingleNodePath ( this nodes ) : string
nodes this
Résultat string

IsFolder() public static méthode

public static IsFolder ( this nodes ) : bool
nodes this
Résultat bool

IsProjectSelected() public static méthode

public static IsProjectSelected ( this nodes ) : bool
nodes this
Résultat bool

IsSingleNodePath() public static méthode

public static IsSingleNodePath ( this nodes ) : bool
nodes this
Résultat bool