Hyperlink.Shape Property

Definition

Returns a Shape object for the specified hyperlink.

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

Property Value

Remarks

If a hyperlink isn't represented by a shape, an error occurs.

Applies to