DocumentClass.FollowHyperlink Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim Address As Object
Dim SubAddress As Object
Dim NewWindow As Object
Dim AddHistory As Object
Dim ExtraInfo As Object
Dim Method As Object
Dim HeaderInfo As Object
Dim documentClass1 As DocumentClass
documentClass1.FollowHyperlink(Address, SubAddress, NewWindow, AddHistory, ExtraInfo, Method, HeaderInfo)

Syntax

Public Overridable Sub FollowHyperlink( _
    <InAttribute()> Optional ByRef Address As Object, _
    <InAttribute()> Optional ByRef SubAddress As Object, _
    <InAttribute()> Optional ByRef NewWindow As Object, _
    <InAttribute()> Optional ByRef AddHistory As Object, _
    <InAttribute()> Optional ByRef ExtraInfo As Object, _
    <InAttribute()> Optional ByRef Method As Object, _
    <InAttribute()> Optional ByRef HeaderInfo As Object _
)
public virtual void FollowHyperlink(
    [In, Optional] ref object Address, 
    [In, Optional] ref object SubAddress, 
    [In, Optional] ref object NewWindow, 
    [In, Optional] ref object AddHistory, 
    [In, Optional] ref object ExtraInfo, 
    [In, Optional] ref object Method, 
    [In, Optional] ref object HeaderInfo
);
public: Void FollowHyperlink(
    &Object^ Address, 
    &Object^ SubAddress, 
    &Object^ NewWindow, 
    &Object^ AddHistory, 
    &Object^ ExtraInfo, 
    &Object^ Method, 
    &Object^ HeaderInfo
);
public void FollowHyperlink(
    /*in*/System.Object Address, 
    /*in*/System.Object SubAddress, 
    /*in*/System.Object NewWindow, 
    /*in*/System.Object AddHistory, 
    /*in*/System.Object ExtraInfo, 
    /*in*/System.Object Method, 
    /*in*/System.Object HeaderInfo
);
public function FollowHyperlink(
     Address : Object, 
     SubAddress : Object, 
     NewWindow : Object, 
     AddHistory : Object, 
     ExtraInfo : Object, 
     Method : Object, 
     HeaderInfo : Object
);

Parameters

  • Address
    This parameter is intended for internal use only.
  • SubAddress
    This parameter is intended for internal use only.
  • NewWindow
    This parameter is intended for internal use only.
  • AddHistory
    This parameter is intended for internal use only.
  • ExtraInfo
    This parameter is intended for internal use only.
  • Method
    This parameter is intended for internal use only.
  • HeaderInfo
    This parameter is intended for internal use only.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

DocumentClass Class
Microsoft.Office.Interop.Word Namespace

Other Resources

DocumentClass Members