TPropertyBag.EndRegisterProperties (Compact 2013)

3/28/2014

This method finishes the process of registering data source properties in the property bag.

Syntax

HRESULT EndRegisterProperties(void)

Parameters

None.

Return Value

Returns S_OK.

Remarks

This method internally calls LeaveCriticalSection to release ownership of the critical section that you created when you called TPropertyBag.BeginRegisterProperties and stops blocking other threads from accessing the property bag.

Call this method once for each time you call TPropertyBag.BeginRegisterProperties.

Requirements

Header

XRPropertyBag.h

See Also

Reference

TPropertyBag<Derived>
TPropertyBag.RegisterBoundProperty(const ce.wstring&,iXRPropertyBinding &)