Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddReferenceFromSelectorData ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
Adds a reference to this container using the selector data structure to identify it.
|
|
EnumReferences ( ) : IList |
||
GetAutomationObject ( ) : object |
Returns an instance of the automation object for ReferenceContainerNode
|
|
GetEditLabel ( ) : string |
Disable inline editing of Caption of a ReferendeContainerNode
|
|
GetIconHandle ( bool open ) : object | ||
LoadReferencesFromBuildProject ( Microsoft.Build.Evaluation buildProject ) : void |
Adds references to this container from a MSBuild project.
|
|
ReferenceContainerNode ( |
Method | Description | |
---|---|---|
CanDeleteItem ( __VSDELETEITEMOPERATION deleteOperation ) : bool | ||
CanShowDefaultIcon ( ) : bool |
Defines whether this node is valid node for painting the refererences icon.
|
|
CreateAssemblyReferenceNode ( |
Creates an assembly refernce node from a project element.
|
|
CreateAssemblyReferenceNode ( string fileName ) : |
Creates an assembly reference node from a file path.
|
|
CreateComReferenceNode ( |
Creates a com reference node from the project element.
|
|
CreateComReferenceNode ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
Creates a com reference node from a selector data.
|
|
CreateFileComponent ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
Creates an assemby or com reference node given a selector data.
|
|
CreateProjectReferenceNode ( |
Creates a project reference node given an existing project element.
|
|
CreateProjectReferenceNode ( VSCOMPONENTSELECTORDATA selectorData ) : |
Create a Project to Project reference given a VSCOMPONENTSELECTORDATA structure
|
|
CreateReferenceNode ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
||
CreateReferenceNode ( string referenceType, |
||
ExcludeFromProject ( ) : int |
Not supported.
|
|
ExecCommandOnNode ( System.Guid cmdGroup, uint cmd, uint nCmdexecopt, |
||
PrepareSelectedNodesForClipBoard ( ) : StringBuilder |
References node cannot be dragged.
|
|
QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, |
public AddReferenceFromSelectorData ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
||
selectorData | VSCOMPONENTSELECTORDATA | data describing selected component |
wrapperTool | string | |
return |
protected CanDeleteItem ( __VSDELETEITEMOPERATION deleteOperation ) : bool | ||
deleteOperation | __VSDELETEITEMOPERATION | |
return | bool |
protected CreateAssemblyReferenceNode ( |
||
element | ||
return |
protected CreateAssemblyReferenceNode ( string fileName ) : |
||
fileName | string | |
return |
protected CreateComReferenceNode ( |
||
reference | ||
return |
protected CreateComReferenceNode ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
||
selectorData | VSCOMPONENTSELECTORDATA | |
wrapperTool | string | |
return |
protected CreateFileComponent ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
||
selectorData | VSCOMPONENTSELECTORDATA | |
wrapperTool | string | |
return |
protected CreateProjectReferenceNode ( |
||
element | ||
return |
protected CreateProjectReferenceNode ( VSCOMPONENTSELECTORDATA selectorData ) : |
||
selectorData | VSCOMPONENTSELECTORDATA | |
return |
protected CreateReferenceNode ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : |
||
selectorData | VSCOMPONENTSELECTORDATA | |
wrapperTool | string | |
return |
protected CreateReferenceNode ( string referenceType, |
||
referenceType | string | |
element | ||
return |
protected ExecCommandOnNode ( System.Guid cmdGroup, uint cmd, uint nCmdexecopt, |
||
cmdGroup | System.Guid | |
cmd | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public LoadReferencesFromBuildProject ( Microsoft.Build.Evaluation buildProject ) : void | ||
buildProject | Microsoft.Build.Evaluation | |
return | void |
protected PrepareSelectedNodesForClipBoard ( ) : StringBuilder | ||
return | StringBuilder |
protected QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, |
||
cmdGroup | System.Guid | |
cmd | uint | |
pCmdText | ||
result | QueryStatusResult | |
return | int |
public ReferenceContainerNode ( |
||
root | ||
return | System |