C# Класс Microsoft.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

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