C# Класс XSharp.Project.XSharpDependentFileNode

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

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

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