ObjectWrapper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the generic wrapper class that is used to access members of the CommandBars, Extension, and LanguageSettings objects.
public ref class ObjectWrapper : Microsoft::Office::Interop::InfoPath::Helper::WrapperBase
public class ObjectWrapper : Microsoft.Office.Interop.InfoPath.Helper.WrapperBase
type ObjectWrapper = class
inherit WrapperBase
Public Class ObjectWrapper
Inherits WrapperBase
- Inheritance
Examples
To view an example of using the ObjectWrapper class to access members of the CommandBars object, see the CommandBars topic.
Remarks
In the InfoPath COM object model, the CommandBars, Extension, and LanguageSettings objects are accessed with corresponding accessor properties of the Window, XDocument, and Application objects. This functionality is enabled through the Microsoft Office 11.0 Object Library, which is not available directly to the InfoPath managed-code assemblies.
Constructors
ObjectWrapper(Object, String) |
Methods
Finalize() | |
InvokeByName(String, BindingFlags, Object[], CultureInfo) |