C# 클래스 Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.ProjectTreeExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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