IHelpKeyValuePair::value method

[This documentation is preliminary and is subject to change.]

method Value - Get the value of a key/value pair.

Syntax

HRESULT value(
  [out, retval]  SAFEARRAY(BSTR) pRetVal
);

Parameters

  • pRetVal [out, retval]
    Returned value of a key/value pair.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Get only property as the HelpKeyValuePair is created by the IHelpFilter::Add method.

Examples

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

Windows.Help.Runtime.idl

See also

IHelpKeyValuePair

 

 

Build date: 9/7/2011