C# Class FSharp.ProjectExtender.Project.Excluded.ExcludedNode

Inheritance: ItemNode, IOleCommandTarget
Exibir arquivo Open project: Hill30/F--Project-Extender

Public Methods

Method Description
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Protected Methods

Method Description
ExcludedNode ( ItemList items, ItemNode parent, Microsoft.VisualStudio.FSharp.ProjectSystem.Constants type, string path ) : System
Exec ( System.Guid cmdGroup, uint cmdID ) : int
QueryStatus ( System.Guid cmdGroup, uint cmdID ) : bool

Private Methods

Method Description
GetProperty ( int propId, object &property ) : int

Method Details

ExcludedNode() protected method

protected ExcludedNode ( ItemList items, ItemNode parent, Microsoft.VisualStudio.FSharp.ProjectSystem.Constants type, string path ) : System
items ItemList
parent ItemNode
type Microsoft.VisualStudio.FSharp.ProjectSystem.Constants
path string
return System

Exec() protected method

protected Exec ( System.Guid cmdGroup, uint cmdID ) : int
cmdGroup System.Guid
cmdID uint
return int

Exec() public method

public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid
nCmdID uint
nCmdexecopt uint
pvaIn System.IntPtr
pvaOut System.IntPtr
return int

QueryStatus() protected method

protected QueryStatus ( System.Guid cmdGroup, uint cmdID ) : bool
cmdGroup System.Guid
cmdID uint
return bool

QueryStatus() public method

public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid
cCmds uint
prgCmds OLECMD
pCmdText System.IntPtr
return int