Shape.Hyperlink Property

Definition

Returns a Hyperlink object that represents the hyperlink associated with the specified shape.

public:
 property Microsoft::Office::Interop::Word::Hyperlink ^ Hyperlink { Microsoft::Office::Interop::Word::Hyperlink ^ get(); };
public Microsoft.Office.Interop.Word.Hyperlink Hyperlink { get; }
member this.Hyperlink : Microsoft.Office.Interop.Word.Hyperlink
Public ReadOnly Property Hyperlink As Hyperlink

Property Value

Remarks

If there's no hyperlink associated with the specified shape, an error occurs.

Applies to