C# 클래스 FSharp.ProjectExtender.Project.Excluded.ExcludedNode

상속: ItemNode, IOleCommandTarget
파일 보기 프로젝트 열기: Hill30/F--Project-Extender

공개 메소드들

메소드 설명
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetProperty ( int propId, object &property ) : int

메소드 상세

ExcludedNode() 보호된 메소드

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
리턴 System

Exec() 보호된 메소드

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

Exec() 공개 메소드

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
리턴 int

QueryStatus() 보호된 메소드

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

QueryStatus() 공개 메소드

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