C# 클래스 VsTeXProject.VisualStudio.Project.Automation.OAProject

상속: EnvDTE.Project, ISupportVSProperties
파일 보기 프로젝트 열기: mimura1133/vstex 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( ) : void

Removes the project from the current solution.

NotifyPropertiesDelete ( ) : void

Microsoft Internal Use Only.

OAProject ( ProjectNode project ) : System
Save ( string fileName ) : void

Saves the project

SaveAs ( string fileName ) : void

Saves the project.

get_Extender ( string name ) : object

Gets the requested Extender object if it is available for this object.

비공개 메소드들

메소드 설명
DoSave ( bool isCalledFromSaveAs, string fileName ) : void

Saves or Save Asthe project.

메소드 상세

Delete() 공개 메소드

Removes the project from the current solution.
public Delete ( ) : void
리턴 void

NotifyPropertiesDelete() 공개 메소드

Microsoft Internal Use Only.
public NotifyPropertiesDelete ( ) : void
리턴 void

OAProject() 공개 메소드

public OAProject ( ProjectNode project ) : System
project ProjectNode
리턴 System

Save() 공개 메소드

Saves the project
Is thrown if the save operation failes. Is thrown if fileName is null.
public Save ( string fileName ) : void
fileName string The file name of the project
리턴 void

SaveAs() 공개 메소드

Saves the project.
Is thrown if the save operation failes. Is thrown if fileName is null.
public SaveAs ( string fileName ) : void
fileName string /// The file name with which to save the solution, project, or project item. If the file exists, it /// is overwritten ///
리턴 void

get_Extender() 공개 메소드

Gets the requested Extender object if it is available for this object.
public get_Extender ( string name ) : object
name string The name of the extender object.
리턴 object