AddIn.Object Property

Definition

Sets or gets the object supporting the specified AddIn object.

public:
 property System::Object ^ Object { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ Object { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.Runtime.InteropServices.DispId(7)]
public object Object { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.Object : obj with get, set
Public Property Object As Object

Property Value

An additional OLE automation object to support other add-ins.

Attributes

Applies to