Bookmark.get_Information Method (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Use the Information property instead of this method.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Function get_Information ( _
    Type As WdInformation _
) As Object
'Usage
Dim instance As Bookmark 
Dim Type As WdInformation 
Dim returnValue As Object 

returnValue = instance.get_Information(Type)
public Object get_Information(
    WdInformation Type
)
public:
Object^ get_Information(
    WdInformation Type
)
public function get_Information(
    Type : WdInformation
) : Object

Parameters

  • Type
    Type: WdInformation

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

Bookmark Class

Bookmark Members

Microsoft.Office.Tools.Word Namespace