iXRPropertyBagBinding.GetPropertyName(iXRPropertyBinding *) (Compact 7)
3/12/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 |