Here are places where you can add strongly-typed class members to a project:
A. The proxy assembly base class (ie: VstaMarshaller.EntryPoint) would provide strong-typed, public members. This would add PIA dependency to the proxy assembly.
B. An In-Process Host. An IPH would use the DTE (code model/CodeDOM) to add strongly-typed class members to a loaded project's source (ie: ThisAddin.Designer.cs/.vb) when the project is created.
Posted
May 28 2009, 12:03 PM
by
BillL