COMAddIn.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.
Returns or sets the object that is the basis for the specified COMAddIn object.
public:
property System::Object ^ Object { System::Object ^ get(); void set(System::Object ^ value); };
public object Object { get; set; }
member this.Object : obj with get, set
Public Property Object As Object
Property Value
Remarks
This property is primarily used for enabling one COMAddIn to communicate with another COMAddIn.