Method | Description | |
---|---|---|
DependentFileNode ( |
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.
|
Method | Description | |
---|---|---|
CreatePropertiesObject ( ) : |
||
QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, |
Disable certain commands for dependent file nodes
|
Method | Description | |
---|---|---|
UpdateSccStateIcons ( ) : void |
protected CreatePropertiesObject ( ) : |
||
return |
public DependentFileNode ( |
||
root | Root of the hierarchy | |
element | Associated project element | |
return | System |
public GetIconHandle ( bool open ) : object | ||
open | bool | Whether the folder is open, ignored here. |
return | object |
public PrepareSelectedNodesForClipboard ( ) : StringBuilder | ||
return | StringBuilder |
protected QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, |
||
cmdGroup | System.Guid | |
cmd | uint | |
pCmdText | ||
result | EnvDTE.vsCommandStatus | |
return | int |