Share via


IXRHyperlinkAction.GetNavigateUri(BSTR *) (Compact 2013)

3/28/2014

This method returns the NavigateUri property.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetNavigateUri(
BSTR *pValue)

Parameters

  • pValue
    [out] Pointer to a string containing the URI to which the IXRHyperlinkAction will navigate.

Return Value

Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.

Remarks

See Also

Reference

IXRHyperlinkAction