C# Класс VsTeXProject.VisualStudio.Project.DependentFileNode

Наследование: FileNode
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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
Результат NodeProperties

DependentFileNode() публичный Метод

Constructor for the DependentFileNode
public DependentFileNode ( ProjectNode root, ProjectElement element ) : System
root ProjectNode Root of the hierarchy
element ProjectElement
Результат 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.
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