AddIn.Object Property
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.
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