C# Class VsTeXProject.VisualStudio.Project.ComReferenceNode

Inheritance: ReferenceNode
ファイルを表示 Open project: mimura1133/vstex Class Usage Examples

Private Properties

Property Type Description
ComReferenceNode System
GetProjectElementBasedOnInputFromComponentSelectorData ProjectElement
SetInstalledFilePath void
SetProjectItemsThatRelyOnReferencesToBeResolved void

Public Methods

Method Description
ComReferenceNode ( ProjectNode root, ProjectElement element ) : System

Constructor for the ComReferenceNode.

Protected Methods

Method Description
BindReferenceData ( ) : void

Links a reference node to the project and hierarchy.

CanShowDefaultIcon ( ) : bool

Determines if this is node a valid node for painting the default reference icon.

CreatePropertiesObject ( ) : NodeProperties
IsAlreadyAdded ( ReferenceNode &existingReference ) : bool

Checks if a reference is already added. The method parses all references and compares the the FinalItemSpec and the Guid.

Private Methods

Method Description
ComReferenceNode ( ProjectNode root, VSCOMPONENTSELECTORDATA selectorData, string wrapperTool = null ) : System
GetProjectElementBasedOnInputFromComponentSelectorData ( ) : ProjectElement
SetInstalledFilePath ( ) : void

Verify that the TypeLib is registered and set the the installed file path of the com reference.

SetProjectItemsThatRelyOnReferencesToBeResolved ( bool renameItemNode ) : void

Method Details

BindReferenceData() protected method

Links a reference node to the project and hierarchy.
protected BindReferenceData ( ) : void
return void

CanShowDefaultIcon() protected method

Determines if this is node a valid node for painting the default reference icon.
protected CanShowDefaultIcon ( ) : bool
return bool

ComReferenceNode() public method

Constructor for the ComReferenceNode.
public ComReferenceNode ( ProjectNode root, ProjectElement element ) : System
root ProjectNode
element ProjectElement
return System

CreatePropertiesObject() protected method

protected CreatePropertiesObject ( ) : NodeProperties
return NodeProperties

IsAlreadyAdded() protected method

Checks if a reference is already added. The method parses all references and compares the the FinalItemSpec and the Guid.
protected IsAlreadyAdded ( ReferenceNode &existingReference ) : bool
existingReference ReferenceNode
return bool