C# Class EventStore.VSTools.ProjectionsProjectNode

Inheritance: Microsoft.VisualStudio.Project.ProjectNode
Afficher le fichier Open project: AlexeyRaga/esvstools Class Usage Examples

Méthodes publiques

Méthode Description
AddFileFromTemplate ( string source, string target ) : void
CreateFileNode ( ProjectElement item ) : FileNode
ProjectionsProjectNode ( EventStorePackage package ) : System

Méthodes protégées

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

Private Methods

Méthode Description
InitializeCATIDs ( ) : void

Method Details

AddFileFromTemplate() public méthode

public AddFileFromTemplate ( string source, string target ) : void
source string
target string
Résultat void

CanShowDefaultIcon() protected méthode

protected CanShowDefaultIcon ( ) : bool
Résultat bool

CreateFileNode() public méthode

public CreateFileNode ( ProjectElement item ) : FileNode
item Microsoft.VisualStudio.Project.ProjectElement
Résultat Microsoft.VisualStudio.Project.FileNode

CreatePropertiesObject() protected méthode

protected CreatePropertiesObject ( ) : NodeProperties
Résultat Microsoft.VisualStudio.Project.NodeProperties

CreateReferenceContainerNode() protected méthode

protected CreateReferenceContainerNode ( ) : ReferenceContainerNode
Résultat Microsoft.VisualStudio.Project.ReferenceContainerNode

DisableCmdInCurrentMode() protected méthode

protected DisableCmdInCurrentMode ( System.Guid commandGroup, uint command ) : bool
commandGroup System.Guid
command uint
Résultat bool

ExecCommandOnNode() protected méthode

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
Résultat int

GetConfigurationDependentPropertyPages() protected méthode

protected GetConfigurationDependentPropertyPages ( ) : System.Guid[]
Résultat System.Guid[]

GetConfigurationIndependentPropertyPages() protected méthode

protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
Résultat System.Guid[]

GetPriorityProjectDesignerPages() protected méthode

protected GetPriorityProjectDesignerPages ( ) : System.Guid[]
Résultat System.Guid[]

ProjectionsProjectNode() public méthode

public ProjectionsProjectNode ( EventStorePackage package ) : System
package EventStorePackage
Résultat System

WalkSourceProjectAndAdd() protected méthode

protected WalkSourceProjectAndAdd ( IVsHierarchy sourceHierarchy, uint itemId, HierarchyNode targetNode, bool addSiblings ) : void
sourceHierarchy IVsHierarchy
itemId uint
targetNode HierarchyNode
addSiblings bool
Résultat void