ArcFM Responder Mobile Developer Guide
Remove Method (IDictionary)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(7)>
Sub Remove( _
   ByRef Key As System.Object _
) 
'Usage
 
Dim instance As IDictionary
Dim Key As System.Object
 
instance.Remove(Key)
[System.Runtime.InteropServices.DispId(7)]
void Remove( 
   ref System.object Key
)
procedure Remove( 
   var  Key: System.TObject
); 
System.Runtime.InteropServices.DispIdAttribute(7)
function Remove( 
   Key : System.Object
);
[System.Runtime.InteropServices.DispId(7)]
void Remove( 
   ref System.Object* Key
) 
[System.Runtime.InteropServices.DispId(7)]
void Remove( 
   System.Object^% Key
) 

Parameters

Key
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDictionary Interface
IDictionary Members

Send Feedback