C# 클래스 XSharp.Project.XSharpDependentFileNode

상속: XSharpFileNode
파일 보기 프로젝트 열기: X-Sharp/XSharpPublic 1 사용 예제들

공개 메소드들

메소드 설명
GetEditLabel ( ) : string

Disable rename

GetIconHandle ( bool open ) : object
XSharpDependentFileNode ( ProjectNode root, ProjectElement e ) : System

Constructor for the XSharpDependentFileNode

보호된 메소드들

메소드 설명
CreatePropertiesObject ( ) : NodeProperties
PrepareSelectedNodesForClipBoard ( ) : StringBuilder

DependentFileNodes node cannot be dragged.

QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, IntPtr pCmdText, QueryStatusResult &result ) : int

Disable certain commands for dependent file nodes

비공개 메소드들

메소드 설명
UpdateSccStateIcons ( ) : void

메소드 상세

CreatePropertiesObject() 보호된 메소드

protected CreatePropertiesObject ( ) : NodeProperties
리턴 Microsoft.VisualStudio.Project.NodeProperties

GetEditLabel() 공개 메소드

Disable rename
public GetEditLabel ( ) : string
리턴 string

GetIconHandle() 공개 메소드

public GetIconHandle ( bool open ) : object
open bool
리턴 object

PrepareSelectedNodesForClipBoard() 보호된 메소드

DependentFileNodes node cannot be dragged.
protected PrepareSelectedNodesForClipBoard ( ) : StringBuilder
리턴 StringBuilder

QueryStatusOnNode() 보호된 메소드

Disable certain commands for dependent file nodes
protected QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, IntPtr pCmdText, QueryStatusResult &result ) : int
cmdGroup System.Guid
cmd uint
pCmdText System.IntPtr
result QueryStatusResult
리턴 int

XSharpDependentFileNode() 공개 메소드

Constructor for the XSharpDependentFileNode
public XSharpDependentFileNode ( ProjectNode root, ProjectElement e ) : System
root Microsoft.VisualStudio.Project.ProjectNode Root of the hierarchy
e Microsoft.VisualStudio.Project.ProjectElement Associated project element
리턴 System