C# 클래스 Microsoft.VisualStudio.Project.DependentFileNode

상속: FileNode
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10

공개 메소드들

메소드 설명
DependentFileNode ( ProjectNode root, ProjectElement element ) : System

Constructor for the DependentFileNode

GetEditLabel ( ) : string

Disable rename

GetIconHandle ( bool open ) : object

Gets a handle to the icon that should be set for this node

PrepareSelectedNodesForClipboard ( ) : StringBuilder

DependentFileNodes node cannot be dragged.

보호된 메소드들

메소드 설명
CreatePropertiesObject ( ) : NodeProperties
QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, IntPtr pCmdText, EnvDTE.vsCommandStatus &result ) : int

Disable certain commands for dependent file nodes

비공개 메소드들

메소드 설명
UpdateSccStateIcons ( ) : void

메소드 상세

CreatePropertiesObject() 보호된 메소드

protected CreatePropertiesObject ( ) : NodeProperties
리턴 NodeProperties

DependentFileNode() 공개 메소드

Constructor for the DependentFileNode
public DependentFileNode ( ProjectNode root, ProjectElement element ) : System
root ProjectNode Root of the hierarchy
element ProjectElement Associated project element
리턴 System

GetEditLabel() 공개 메소드

Disable rename
public GetEditLabel ( ) : string
리턴 string

GetIconHandle() 공개 메소드

Gets a handle to the icon that should be set for this node
public GetIconHandle ( bool open ) : object
open bool Whether the folder is open, ignored here.
리턴 object

PrepareSelectedNodesForClipboard() 공개 메소드

DependentFileNodes node cannot be dragged.
public PrepareSelectedNodesForClipboard ( ) : StringBuilder
리턴 StringBuilder

QueryStatusOnNode() 보호된 메소드

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