Share via


ReadProperties method

Obsolete. Reads name/value pairs from the subscription item properties.

Syntax

HRESULT retVal = object.ReadProperties(nCount, rgwszName, rgValue);

Parameters

  • nCount
    Type: unsigned long

    An unsigned long integer value that contains the number of item properties to read.

  • rgwszName [in]
    Type: const LPCWSTR

    A string that contains property name and value information.

  • rgValue [out]
    Type: VARIANT

    A string that receives the property name and value information.

Remarks

Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.

See also

WriteProperties