C# 클래스 Microsoft.VisualStudio.Project.Samples.NestedProject.NestedProjectNode

상속: Microsoft.VisualStudio.Project.ProjectContainerNode
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

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

Overriding to provide customization of files on add files. This will replace tokens in the file with actual value (namespace, class name,...)

GetAutomationObject ( ) : object

Adds support for project properties.

GetFormatList ( string &ppszFormatList ) : int

Creates the format list for the open file dialog.

NestedProjectNode ( ) : System

Explicitly defined default constructor.

보호된 메소드들

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

Specify here a property page. By returning no property page the configuration dependent properties will be neglected.

GetConfigurationIndependentPropertyPages ( ) : System.Guid[]

Generate new Guid value and update it with GeneralPropertyPage GUID.

GetPriorityProjectDesignerPages ( ) : System.Guid[]

Overriding to provide project general property page.

메소드 상세

AddFileFromTemplate() 공개 메소드

Overriding to provide customization of files on add files. This will replace tokens in the file with actual value (namespace, class name,...)
Template file is not founded.
public AddFileFromTemplate ( string source, string target ) : void
source string Full path to template file.
target string Full path to destination file.
리턴 void

GetAutomationObject() 공개 메소드

Adds support for project properties.
public GetAutomationObject ( ) : object
리턴 object

GetConfigurationDependentPropertyPages() 보호된 메소드

Specify here a property page. By returning no property page the configuration dependent properties will be neglected.
protected GetConfigurationDependentPropertyPages ( ) : System.Guid[]
리턴 System.Guid[]

GetConfigurationIndependentPropertyPages() 보호된 메소드

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

GetFormatList() 공개 메소드

Creates the format list for the open file dialog.
public GetFormatList ( string &ppszFormatList ) : int
ppszFormatList string The format list to return.
리턴 int

GetPriorityProjectDesignerPages() 보호된 메소드

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

NestedProjectNode() 공개 메소드

Explicitly defined default constructor.
public NestedProjectNode ( ) : System
리턴 System