xArgs.setupArgs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
setupArgs(String, Int32, Object, String) | |
setupArgs(String, Int32, Object, String, Int32) | |
setupArgs(String, Int32, Object) |
setupArgs(String, Int32, Object, String)
public:
virtual void setupArgs(System::String ^ text1, int num1, System::Object ^ obj1, System::String ^ text2);
public virtual void setupArgs (string text1, int num1, object obj1, string text2);
abstract member setupArgs : string * int * obj * string -> unit
override this.setupArgs : string * int * obj * string -> unit
Public Overridable Sub setupArgs (text1 As String, num1 As Integer, obj1 As Object, text2 As String)
Parameters
- text1
- String
- num1
- Int32
- obj1
- Object
- text2
- String
Applies to
setupArgs(String, Int32, Object, String, Int32)
public:
virtual void setupArgs(System::String ^ _parm, int _enumType, System::Object ^ _enumValue, System::String ^ _menuItemName, int _menuItemType);
public virtual void setupArgs (string _parm, int _enumType, object _enumValue, string _menuItemName, int _menuItemType);
abstract member setupArgs : string * int * obj * string * int -> unit
override this.setupArgs : string * int * obj * string * int -> unit
Public Overridable Sub setupArgs (_parm As String, _enumType As Integer, _enumValue As Object, _menuItemName As String, _menuItemType As Integer)
Parameters
- _parm
- String
- _enumType
- Int32
- _enumValue
- Object
- _menuItemName
- String
- _menuItemType
- Int32
Applies to
setupArgs(String, Int32, Object)
public:
virtual void setupArgs(System::String ^ text1, int num1, System::Object ^ obj1);
public virtual void setupArgs (string text1, int num1, object obj1);
abstract member setupArgs : string * int * obj -> unit
override this.setupArgs : string * int * obj -> unit
Public Overridable Sub setupArgs (text1 As String, num1 As Integer, obj1 As Object)
Parameters
- text1
- String
- num1
- Int32
- obj1
- Object