This document is archived and information here might be outdated. Recommended version. |
Deletes objects that were transfered.
[Visual Basic .NET] Public Sub Delete ( _ ByVal from As IEnumNameMapping, _ ByVal toName As IName _ )
[C#] public void Delete ( IEnumNameMapping from, IName toName );
[C++]
HRESULT Delete(
IEnumNameMapping* from,
IName* toName
);
[C++] Parameters from [in]
from is a parameter of type IEnumNameMapping* toName [in]
toName is a parameter of type IName*