C# 클래스 VsTeXProject.VisualStudio.Project.ComReferenceNode

상속: ReferenceNode
파일 보기 프로젝트 열기: mimura1133/vstex 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ComReferenceNode System
GetProjectElementBasedOnInputFromComponentSelectorData ProjectElement
SetInstalledFilePath void
SetProjectItemsThatRelyOnReferencesToBeResolved void

공개 메소드들

메소드 설명
ComReferenceNode ( ProjectNode root, ProjectElement element ) : System

Constructor for the ComReferenceNode.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

BindReferenceData() 보호된 메소드

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

CanShowDefaultIcon() 보호된 메소드

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

ComReferenceNode() 공개 메소드

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

CreatePropertiesObject() 보호된 메소드

protected CreatePropertiesObject ( ) : NodeProperties
리턴 NodeProperties

IsAlreadyAdded() 보호된 메소드

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
리턴 bool