Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
DoSave ( bool isCalledFromSaveAs, string fileName ) : void |
Saves or Save Asthe project.
|
protected DoSave ( bool isCalledFromSaveAs, string fileName ) : void | ||
isCalledFromSaveAs | bool | Flag determining which Save method called , the SaveAs or the Save. |
fileName | string | The name of the project file. |
return | void |
public OAProject ( ProjectNode project ) : System | ||
project | ProjectNode | |
return | System |
public Save ( string fileName ) : void | ||
fileName | string | The file name of the project |
return | void |
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 |
return | void |
public get_Extender ( string name ) : object | ||
name | string | The name of the extender object. |
return | object |