C# 클래스 ResxHere.FileNavigation

파일 보기 프로젝트 열기: sh4nji/ResxHere

공개 메소드들

메소드 설명
AddTemplateToFile ( string fileName, string targetFileName, string templateName, string language, DTE2 dte ) : void
GetSelectedFilePath ( ) : FileInfo
IsSingleProjectItemSelection ( IVsHierarchy &hierarchy, uint &itemid ) : bool

비공개 메소드들

메소드 설명
GetActiveProject ( DTE2 dte ) : Project
GetProjectRoot ( Project project ) : System.Property

메소드 상세

AddTemplateToFile() 공개 정적인 메소드

public static AddTemplateToFile ( string fileName, string targetFileName, string templateName, string language, DTE2 dte ) : void
fileName string
targetFileName string
templateName string
language string
dte DTE2
리턴 void

GetSelectedFilePath() 공개 정적인 메소드

public static GetSelectedFilePath ( ) : FileInfo
리턴 System.IO.FileInfo

IsSingleProjectItemSelection() 공개 정적인 메소드

public static IsSingleProjectItemSelection ( IVsHierarchy &hierarchy, uint &itemid ) : bool
hierarchy IVsHierarchy
itemid uint
리턴 bool