Bookmark.InsertCrossReference_2002 Method
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Sub InsertCrossReference_2002 ( _
ByRef ReferenceType As Object, _
ReferenceKind As WdReferenceKind, _
ByRef ReferenceItem As Object, _
ByRef InsertAsHyperlink As Object, _
ByRef IncludePosition As Object _
)
void InsertCrossReference_2002(
ref Object ReferenceType,
WdReferenceKind ReferenceKind,
ref Object ReferenceItem,
ref Object InsertAsHyperlink,
ref Object IncludePosition
)
Parameters
- ReferenceType
Type: System.Object%
- ReferenceKind
Type: Microsoft.Office.Interop.Word.WdReferenceKind
- ReferenceItem
Type: System.Object%
- InsertAsHyperlink
Type: System.Object%
- IncludePosition
Type: System.Object%
.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.