InlineShape.Hyperlink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Hyperlink object that represents the hyperlink associated with the specified InlineShape object.
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.