ListPage.actionPaneControlParameters 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
actionPaneControlParameters(String) | |
actionPaneControlParameters(String, String) |
actionPaneControlParameters(String)
public:
virtual System::String ^ actionPaneControlParameters(System::String ^ text1);
public virtual string actionPaneControlParameters (string text1);
abstract member actionPaneControlParameters : string -> string
override this.actionPaneControlParameters : string -> string
Public Overridable Function actionPaneControlParameters (text1 As String) As String
Parameters
- text1
- String
Returns
Applies to
actionPaneControlParameters(String, String)
public:
virtual System::String ^ actionPaneControlParameters(System::String ^ _controlName, System::String ^ _parameters);
public virtual string actionPaneControlParameters (string _controlName, string _parameters);
abstract member actionPaneControlParameters : string * string -> string
override this.actionPaneControlParameters : string * string -> string
Public Overridable Function actionPaneControlParameters (_controlName As String, _parameters As String) As String
Parameters
- _controlName
- String
- _parameters
- String