次の方法で共有


IXRResourceDictionary::GetCount (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Parameters

  • pCount
    [out] An 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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRResourceDictionary