Persistate API documentation
FindItemInSolution Method (itemName)
NamespacesPersistateIDevelopmentEnvironmentFindItemInSolution(String)

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

Finds an item in any of the projects in the currently open solution in the IDE.
Declaration Syntax
C#
Object FindItemInSolution(
	string itemName
)
Parameters
itemName (String)
The name of the item to find.
Return Value
An object representing the project item or null if no item was found.

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