Compartilhar via


OLEFormat.Object Property

Returns the object that represents the specified OLE object's top-level interface. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Object As Object
    Get
'Usage
Dim instance As OLEFormat
Dim value As Object

value = instance.Object
Object Object { get; }

Property Value

Type: System.Object

Remarks

This property allows you to access the properties and methods of the application in which an OLE object was created.

Use the TypeName function to determine the type of object this property returns for a specific OLE object.

See Also

Reference

OLEFormat Interface

OLEFormat Members

Microsoft.Office.Interop.PowerPoint Namespace