MenuItem.parameters 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
parameters() |
Gets or sets the list of parameters that are passed to objects that are run by the MenuFunction class. |
parameters(String) |
parameters()
Gets or sets the list of parameters that are passed to objects that are run by the MenuFunction class.
public:
virtual System::String ^ parameters();
public virtual string parameters ();
abstract member parameters : unit -> string
override this.parameters : unit -> string
Public Overridable Function parameters () As String
Returns
The list of parameters that are passed to the object.
Remarks
The parameters string format is Parameter1=Value1, Parameter2=Value2, and so on. Objects ignore passed, unrecognized parameters.
Applies to
parameters(String)
public:
virtual System::String ^ parameters(System::String ^ _value);
public virtual string parameters (string _value);
abstract member parameters : string -> string
override this.parameters : string -> string
Public Overridable Function parameters (_value As String) As String
Parameters
- _value
- String