Bookmark.InnerObject Property (2007 System)
Gets the underlying Bookmark object of the Microsoft.Office.Tools.Word.Bookmark control.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property InnerObject As Bookmark
'Usage
Dim instance As Bookmark
Dim value As Bookmark
value = instance.InnerObject
[BrowsableAttribute(false)]
public Bookmark InnerObject { get; }
[BrowsableAttribute(false)]
public:
property Bookmark^ InnerObject {
Bookmark^ get ();
}
public function get InnerObject () : Bookmark
Property Value
Type: Bookmark
A Bookmark object.
Remarks
You cannot pass a Microsoft.Office.Tools.Word.Bookmark host control to a method or property that expects the underlying object (a Bookmark). You must use the InnerObject property of the Microsoft.Office.Tools.Word.Bookmark host control to access the underlying Bookmark. You then pass this object to a method or property that expects a Bookmark. For more information, see Programmatic Limitations of Host Items and Host Controls.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.