C# Class EventStore.VSTools.ProjectionFileNode

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

Méthodes publiques

Méthode Description
ProjectionFileNode ( ProjectionsProjectNode project, ProjectElement element ) : System

Méthodes protégées

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

Method Details

CreatePropertiesObject() protected méthode

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

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

ProjectionFileNode() public méthode

public ProjectionFileNode ( ProjectionsProjectNode project, ProjectElement element ) : System
project ProjectionsProjectNode
element Microsoft.VisualStudio.Project.ProjectElement
Résultat System