ObjectWrapper Class

Definition

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
ObjectWrapper

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)

Applies to