示例#1
0
        private void TestGetPut()
        {
            int        hr;
            IComponent ct;

            hr = m_comps.get_Item(0, out ct);
            DsError.ThrowExceptionForHR(hr);

            Debug.Assert(ct != null, "get_Item");
        }