Share via


IXRChangePropertyAction.GetPropertyName(BSTR *) (Compact 2013)

3/28/2014

This method gets the PropertyName property.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetPropertyName(
BSTR *pValue)

Parameters

  • pValue
    [out] Pointer to a string variable for storing the PropertyName property.

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

The pValue retrieved corresponds to the ChangePropertyAction.Name property in XAML.

See Also

Reference

IXRChangePropertyAction