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

Inheritance: ItemNode, IOleCommandTarget
Afficher le fichier Open project: Hill30/F--Project-Extender

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
GetProperty ( int propId, object &property ) : int

Method Details

ExcludedNode() protected méthode

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

Exec() protected méthode

protected Exec ( System.Guid cmdGroup, uint cmdID ) : int
cmdGroup System.Guid
cmdID uint
Résultat int

Exec() public méthode

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

QueryStatus() protected méthode

protected QueryStatus ( System.Guid cmdGroup, uint cmdID ) : bool
cmdGroup System.Guid
cmdID uint
Résultat bool

QueryStatus() public méthode

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