Persistate API documentation
GetProject Method (packageName, moduleName)
NamespacesPersistateIDevelopmentEnvironmentGetProject(String, String)

[This is preliminary documentation and is subject to change.]

Obtains an object representing an IDE project for a Module within a Package.
Declaration Syntax
C#
Object GetProject(
	string packageName,
	string moduleName
)
Parameters
packageName (String)
The Package name for the solution containing the project.
moduleName (String)
The Module name corresponding to the project.
Return Value
An object representing the project. This can be used in all IDevelopmentEnvironment methods requiring a project object.
Remarks
The solution for the Package must already be open in the IDE otherwise an exception is thrown.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)