C# Class EventStore.VSTools.ProjectionFileNode

Inheritance: Microsoft.VisualStudio.Project.FileNode
Show file Open project: AlexeyRaga/esvstools Class Usage Examples

Public Methods

Method Description
ProjectionFileNode ( ProjectionsProjectNode project, ProjectElement element ) : System

Protected Methods

Method Description
CreatePropertiesObject ( ) : NodeProperties
ExecCommandOnNode ( System.Guid cmdGroup, uint cmd, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int

Method Details

CreatePropertiesObject() protected method

protected CreatePropertiesObject ( ) : NodeProperties
return Microsoft.VisualStudio.Project.NodeProperties

ExecCommandOnNode() protected method

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
return int

ProjectionFileNode() public method

public ProjectionFileNode ( ProjectionsProjectNode project, ProjectElement element ) : System
project ProjectionsProjectNode
element Microsoft.VisualStudio.Project.ProjectElement
return System