C# Класс Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.ProjectTreeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetAllFilePaths() публичный статический Метод

public static GetAllFilePaths ( this nodes ) : IEnumerable
nodes this
Результат IEnumerable

GetNodeFolderPath() публичный статический Метод

public static GetNodeFolderPath ( this nodes ) : string
nodes this
Результат string

GetSelectedFilesPaths() публичный статический Метод

public static GetSelectedFilesPaths ( this nodes ) : IEnumerable
nodes this
Результат IEnumerable

GetSelectedFolderPath() публичный статический Метод

public static GetSelectedFolderPath ( this nodes, UnconfiguredProject unconfiguredProject ) : string
nodes this
unconfiguredProject UnconfiguredProject
Результат string

GetSelectedNodesPaths() публичный статический Метод

public static GetSelectedNodesPaths ( this nodes ) : IEnumerable
nodes this
Результат IEnumerable

GetSingleNodePath() публичный статический Метод

public static GetSingleNodePath ( this nodes ) : string
nodes this
Результат string

IsFolder() публичный статический Метод

public static IsFolder ( this nodes ) : bool
nodes this
Результат bool

IsProjectSelected() публичный статический Метод

public static IsProjectSelected ( this nodes ) : bool
nodes this
Результат bool

IsSingleNodePath() публичный статический Метод

public static IsSingleNodePath ( this nodes ) : bool
nodes this
Результат bool