示例#1
0
        private void TestCount()
        {
            int hr;
            int i;

            hr = m_comps.get_Count(out i);
            DsError.ThrowExceptionForHR(hr);

            Debug.Assert(i == 1, "get_Count");
        }