Share via


iXRPropertyBagBinding.GetPropertyName(iXRPropertyBinding *) (Compact 2013)

3/28/2014

This method returns the name of the property that is represented by the specified iXRPropertyBinding derived object.

Syntax

const WCHAR* STDMETHODCALLTYPE GetPropertyName(
iXRPropertyBinding * pBinder)

Parameters

  • pBinder
    [in] Pointer to an iXRPropertyBinding derived object that represents a property.

Return Value

None.

Remarks

This method is an abstract, virtual method that is defined for derived, non-abstract classes to provide a method implementation. For a derived method implementation, see TPropertyBag.GetPropertyName(iXRPropertyBinding *).

The data source object that implements a iXRPropertyBagBinding subinterface stores the names of properties whose values are displayed in data-bound elements.

Requirements

Header

XRPropertyBag.h

See Also

Reference

iXRPropertyBagBinding