IApplicationObject::get_StaticObjects

The IApplicationObject::get_StaticObjects method retrieves the Application.StaticObjects collection.

HRESULT get_StaticObjects(
  IVariantDictionary **ppProperties  //pointer to an 
                                     // IVariantDictionary interface 
                                     // pointer that receives the 
                                     // Contents collection
);
 

Parameters

ppProperties
Points to an IVariantDictionary interface pointer that receives the StaticObjects collection.

Remarks

You can iterate through the StaticObjects collection with the get__NewEnum method exposed by the IVariantDictionary interface. You can also retrieve a specific member of the collection with the get_Item method.

See Also

IVariantDictionary