C# 클래스 Microsoft.VisualStudio.Project.Samples.CustomProject.MyCustomProjectNode

상속: ProjectNode
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

메소드 설명
AddFileFromTemplate ( string source, string target ) : void

Adds the file from template.

CreateFileNode ( ProjectElement item ) : FileNode

Creates the file node.

GetAutomationObject ( ) : object

Returns an automation object representing this node

MyCustomProjectNode ( CustomProjectPackage package ) : System

Initializes a new instance of the MyCustomProjectNode class.

보호된 메소드들

메소드 설명
GetConfigurationIndependentPropertyPages ( ) : System.Guid[]

Generate new Guid value and update it with GeneralPropertyPage GUID.

GetPriorityProjectDesignerPages ( ) : System.Guid[]

Overriding to provide project general property page.

비공개 메소드들

메소드 설명
CreateServices ( Type serviceType ) : object
InitializeImageList ( ) : void
MyCustomProjectNode ( ) : System

Initializes the MyCustomProjectNode class.

메소드 상세

AddFileFromTemplate() 공개 메소드

Adds the file from template.
public AddFileFromTemplate ( string source, string target ) : void
source string The source template.
target string The target file.
리턴 void

CreateFileNode() 공개 메소드

Creates the file node.
public CreateFileNode ( ProjectElement item ) : FileNode
item ProjectElement The project element item.
리턴 FileNode

GetAutomationObject() 공개 메소드

Returns an automation object representing this node
public GetAutomationObject ( ) : object
리턴 object

GetConfigurationIndependentPropertyPages() 보호된 메소드

Generate new Guid value and update it with GeneralPropertyPage GUID.
protected GetConfigurationIndependentPropertyPages ( ) : System.Guid[]
리턴 System.Guid[]

GetPriorityProjectDesignerPages() 보호된 메소드

Overriding to provide project general property page.
protected GetPriorityProjectDesignerPages ( ) : System.Guid[]
리턴 System.Guid[]

MyCustomProjectNode() 공개 메소드

Initializes a new instance of the MyCustomProjectNode class.
public MyCustomProjectNode ( CustomProjectPackage package ) : System
package CustomProjectPackage Value of the project package for initialize internal package field.
리턴 System