This document is archived and information here might be outdated. Recommended version. |
Adds a propertyset at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal pPropertySet As IPropertySet _ )
[C#] public void Insert ( int index, IPropertySet pPropertySet );
[C++]
HRESULT Insert(
long index,
IPropertySet* pPropertySet
);
[C++] Parameters index [in]
index is a parameter of type long pPropertySet [in]
pPropertySet is a parameter of type IPropertySet*