iXRPropertyBinding.SetOwner(iXRPropertyBagBinding *) (Compact 2013)
3/28/2014
This method initializes the property and specifies the property bag that owns the property.
Syntax
void STDMETHODCALLTYPE SetOwner(
iXRPropertyBagBinding * pPropertyBag)
Parameters
- pPropertyBag
[in] Pointer to an iXRPropertyBagBinding derived interface to the property bag that owns the property.
Return Value
None.
Remarks
TPropertyBag<Derived> calls SetOwner when you register a property with the property bag by calling TPropertyBag.RegisterBoundProperty(const ce.wstring&,iXRPropertyBinding &).
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 TBoundPropertyBase.SetOwner(iXRPropertyBagBinding *).
Requirements
Header |
XRPropertyBag.h |