Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This method retrieves the number of items in the IXRVisualStateGroupCollection collection.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetCount(
__out int* pCount
) = 0;
Parameters
- pCount
[out] Pointer to an integer value that specifies the number of items in this collection.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.PresentationFrameworkCollection(T).Count
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |