C# 클래스 EventStore.VSTools.ProjectionsProjectNode

상속: Microsoft.VisualStudio.Project.ProjectNode
파일 보기 프로젝트 열기: AlexeyRaga/esvstools 1 사용 예제들

공개 메소드들

메소드 설명
AddFileFromTemplate ( string source, string target ) : void
CreateFileNode ( ProjectElement item ) : FileNode
ProjectionsProjectNode ( EventStorePackage package ) : System

보호된 메소드들

메소드 설명
CanShowDefaultIcon ( ) : bool
CreatePropertiesObject ( ) : NodeProperties
CreateReferenceContainerNode ( ) : ReferenceContainerNode
DisableCmdInCurrentMode ( System.Guid commandGroup, uint command ) : bool
ExecCommandOnNode ( System.Guid cmdGroup, uint cmd, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
GetConfigurationDependentPropertyPages ( ) : System.Guid[]
GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
GetPriorityProjectDesignerPages ( ) : System.Guid[]
WalkSourceProjectAndAdd ( IVsHierarchy sourceHierarchy, uint itemId, HierarchyNode targetNode, bool addSiblings ) : void

비공개 메소드들

메소드 설명
InitializeCATIDs ( ) : void

메소드 상세

AddFileFromTemplate() 공개 메소드

public AddFileFromTemplate ( string source, string target ) : void
source string
target string
리턴 void

CanShowDefaultIcon() 보호된 메소드

protected CanShowDefaultIcon ( ) : bool
리턴 bool

CreateFileNode() 공개 메소드

public CreateFileNode ( ProjectElement item ) : FileNode
item Microsoft.VisualStudio.Project.ProjectElement
리턴 Microsoft.VisualStudio.Project.FileNode

CreatePropertiesObject() 보호된 메소드

protected CreatePropertiesObject ( ) : NodeProperties
리턴 Microsoft.VisualStudio.Project.NodeProperties

CreateReferenceContainerNode() 보호된 메소드

protected CreateReferenceContainerNode ( ) : ReferenceContainerNode
리턴 Microsoft.VisualStudio.Project.ReferenceContainerNode

DisableCmdInCurrentMode() 보호된 메소드

protected DisableCmdInCurrentMode ( System.Guid commandGroup, uint command ) : bool
commandGroup System.Guid
command uint
리턴 bool

ExecCommandOnNode() 보호된 메소드

protected ExecCommandOnNode ( System.Guid cmdGroup, uint cmd, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
cmdGroup System.Guid
cmd uint
nCmdexecopt uint
pvaIn System.IntPtr
pvaOut System.IntPtr
리턴 int

GetConfigurationDependentPropertyPages() 보호된 메소드

protected GetConfigurationDependentPropertyPages ( ) : System.Guid[]
리턴 System.Guid[]

GetConfigurationIndependentPropertyPages() 보호된 메소드

protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
리턴 System.Guid[]

GetPriorityProjectDesignerPages() 보호된 메소드

protected GetPriorityProjectDesignerPages ( ) : System.Guid[]
리턴 System.Guid[]

ProjectionsProjectNode() 공개 메소드

public ProjectionsProjectNode ( EventStorePackage package ) : System
package EventStorePackage
리턴 System

WalkSourceProjectAndAdd() 보호된 메소드

protected WalkSourceProjectAndAdd ( IVsHierarchy sourceHierarchy, uint itemId, HierarchyNode targetNode, bool addSiblings ) : void
sourceHierarchy IVsHierarchy
itemId uint
targetNode HierarchyNode
addSiblings bool
리턴 void