IXRHitTestResults::GetCount (Compact 2013)
3/28/2014
This method retrieves the number of items in this hit-test results object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetCount(
int *pCount
) = 0;
Parameters
- pCount
[out] Pointer to an integer value that specifies the number of items in this hit-test results object.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
IXRHitTestResults
IXRHitTestResults::GetItem
IXRUIElement::HitTest