Is called when the configuration is added.
[Visual Basic 6.0] Function OnAdd(
ByVal pProps As IPropertySet _
) As IPropertySet
[Visual Basic .NET] Public Function OnAdd ( _ ByVal pProps As IPropertySet _ ) As IPropertySet
[C#] public IPropertySet OnAdd ( IPropertySet pProps );
[Java] public IPropertySet onAdd ( IPropertySet pProps ) throws IOException, AutomationException
[C++] HRESULT OnAdd( IPropertySet* pProps, IPropertySet** ppNewProps );
Parameters
pProps [in]
pProps is a parameter of type IPropertySet
ppNewProps [out, retval]
ppNewProps is a parameter of type IPropertySet