IXRResourceDictionary::GetCount (Compact 2013)

3/28/2014

This method retrieves the number of items that are contained in the collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetCount(
    __out int* pCount
) = 0;

Parameters

  • pCount
    [out] Integer value that indicates the number of items that are contained in the collection.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.ResourceDictionary.Count

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRResourceDictionary