This document is archived and information here might be outdated. Recommended version. |
Invokes Edit dialog.
[Visual Basic .NET] Public Sub Edit ( _ ByVal hParentWindowHandle As Integer, _ ByVal piObjectSet As ISet _ )
[C#] public void Edit ( int hParentWindowHandle, ISet piObjectSet );
[C++]
HRESULT Edit(
long hParentWindowHandle,
ISet* piObjectSet
);
[C++] Parameters hParentWindowHandle [in]
hParentWindowHandle is a parameter of type long piObjectSet [in]
piObjectSet is a parameter of type ISet*