C# Class VsTeXProject.VisualStudio.Project.ComReferenceNode

Inheritance: ReferenceNode
Afficher le fichier Open project: mimura1133/vstex Class Usage Examples

Private Properties

Свойство Type Description
ComReferenceNode System
GetProjectElementBasedOnInputFromComponentSelectorData ProjectElement
SetInstalledFilePath void
SetProjectItemsThatRelyOnReferencesToBeResolved void

Méthodes publiques

Méthode Description
ComReferenceNode ( ProjectNode root, ProjectElement element ) : System

Constructor for the ComReferenceNode.

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

CanShowDefaultIcon() protected méthode

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

ComReferenceNode() public méthode

Constructor for the ComReferenceNode.
public ComReferenceNode ( ProjectNode root, ProjectElement element ) : System
root ProjectNode
element ProjectElement
Résultat System

CreatePropertiesObject() protected méthode

protected CreatePropertiesObject ( ) : NodeProperties
Résultat NodeProperties

IsAlreadyAdded() protected méthode

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
Résultat bool