Method | Description | |
---|---|---|
AddReference ( ) : void |
Links a reference node to the project and hierarchy.
|
|
GetAutomationObject ( ) : object |
Get an instance of the automation object for ReferenceNode
|
|
GetEditLabel ( ) : string |
Disable inline editing of Caption of a ReferendeNode
|
|
GetIconHandle ( bool open ) : object | ||
GetMkDocument ( ) : string |
This method is called by the interface method GetMkDocument to specify the item moniker.
|
Method | Description | |
---|---|---|
BindReferenceData ( ) : void | ||
CanAddReference ( CannotAddReferenceErrorMessage &errorHandler ) : bool |
Validates that a reference can be added.
|
|
CanDeleteItem ( __VSDELETEITEMOPERATION deleteOperation ) : bool | ||
CreatePropertiesObject ( ) : |
||
ExcludeFromProject ( ) : int |
Not supported.
|
|
ExecCommandOnNode ( System.Guid cmdGroup, uint cmd, uint nCmdexecopt, |
||
IsAlreadyAdded ( ) : bool |
Checks if a reference is already added. The method parses all references and compares the Url.
|
|
IsAlreadyAdded ( |
Checks if a reference is already added. The method parses all references and compares the Url.
|
|
PrepareSelectedNodesForClipBoard ( ) : StringBuilder |
References node cannot be dragged.
|
|
QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, |
||
ReferenceNode ( |
constructor for the ReferenceNode
|
|
ReferenceNode ( |
constructor for the ReferenceNode
|
|
ResolveReference ( ) : void |
Resolves references.
|
|
ShowObjectBrowser ( ) : int |
Shows the Object Browser
|
Method | Description | |
---|---|---|
RefreshReference ( ) : void |
Refreshes a reference by re-resolving it and redrawing the icon.
|
protected abstract BindReferenceData ( ) : void | ||
return | void |
protected CanAddReference ( CannotAddReferenceErrorMessage &errorHandler ) : bool | ||
errorHandler | CannotAddReferenceErrorMessage | A CannotAddReferenceErrorMessage delegate to show the error message. |
return | bool |
protected CanDeleteItem ( __VSDELETEITEMOPERATION deleteOperation ) : bool | ||
deleteOperation | __VSDELETEITEMOPERATION | |
return | bool |
protected CreatePropertiesObject ( ) : |
||
return |
protected ExecCommandOnNode ( System.Guid cmdGroup, uint cmd, uint nCmdexecopt, |
||
cmdGroup | System.Guid | |
cmd | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
protected IsAlreadyAdded ( |
||
existingEquivalentNode | The existing reference, if one is found. | |
return | bool |
protected PrepareSelectedNodesForClipBoard ( ) : StringBuilder | ||
return | StringBuilder |
protected QueryStatusOnNode ( System.Guid cmdGroup, uint cmd, |
||
cmdGroup | System.Guid | |
cmd | uint | |
pCmdText | ||
result | QueryStatusResult | |
return | int |
protected ReferenceNode ( |
||
root | ||
return | System |
protected ReferenceNode ( |
||
root | ||
element | ||
return | System |