ArcFM Responder Mobile Developer Guide
ChangeItemKey Method






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected Sub ChangeItemKey( _
   ByVal item As Option, _
   ByVal newKey As System.String _
) 
'Usage
 
Dim instance As OptionSet
Dim item As Option
Dim newKey As System.String
 
instance.ChangeItemKey(item, newKey)
[__DynamicallyInvokable()]
protected void ChangeItemKey( 
   Option item,
   System.string newKey
)
protected procedure ChangeItemKey( 
    item: Option;
    newKey: System.String
); 
__DynamicallyInvokableAttribute()
protected function ChangeItemKey( 
   item : Option,
   newKey : System.String
);
[__DynamicallyInvokable()]
protected: void ChangeItemKey( 
   Option* item,
   System.string* newKey
) 
[__DynamicallyInvokable()]
protected:
void ChangeItemKey( 
   Option^ item,
   System.String^ newKey
) 

Parameters

item
newKey
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

OptionSet Class
OptionSet Members

Send Feedback