ArcFM Responder Mobile Developer Guide
GetOptionParts Method






Syntax
'Declaration
 
Protected Function GetOptionParts( _
   ByVal argument As System.String, _
   ByRef flag As System.String, _
   ByRef name As System.String, _
   ByRef sep As System.String, _
   ByRef value As System.String _
) As System.Boolean
'Usage
 
Dim instance As OptionSet
Dim argument As System.String
Dim flag As System.String
Dim name As System.String
Dim sep As System.String
Dim value As System.String
Dim value As System.Boolean
 
value = instance.GetOptionParts(argument, flag, name, sep, value)
protected System.bool GetOptionParts( 
   System.string argument,
   out System.string flag,
   out System.string name,
   out System.string sep,
   out System.string value
)
protected function GetOptionParts( 
    argument: System.String;
   Out  flag: System.String;
   Out  name: System.String;
   Out  sep: System.String;
   Out  value: System.String
): System.Boolean; 
protected function GetOptionParts( 
   argument : System.String,
   flag : System.String,
   name : System.String,
   sep : System.String,
   value : System.String
) : System.boolean;
protected: System.bool GetOptionParts( 
   System.string* argument,
   [PARAMFLAG::Out] System.string* flag,
   [PARAMFLAG::Out] System.string* name,
   [PARAMFLAG::Out] System.string* sep,
   [PARAMFLAG::Out] System.string* value
) 
protected:
System.bool GetOptionParts( 
   System.String^ argument,
   [Out] System.String^ flag,
   [Out] System.String^ name,
   [Out] System.String^ sep,
   [Out] System.String^ value
) 

Parameters

argument
flag
name
sep
value
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