Share via


WriteProperties method

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

Syntax

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

Parameters

  • nCount
    Type: unsigned long

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

  • rgwszName [in]
    Type: const LPCWSTR

    A string that contains property name and value information.

  • rgValue [in]
    Type: const VARIANT

    A string that receives the property name and value information.

Remarks

To remove a property, write a variant of type VT_EMPTY for the rgValue parameter.

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

See also

ReadProperties