ICRMWindowRouter.ReplaceParametersInCurrentSession 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
ReplaceParametersInCurrentSession(String) | |
ReplaceParametersInCurrentSession(String, Dictionary<String,String>) |
ReplaceParametersInCurrentSession(String)
public:
System::String ^ ReplaceParametersInCurrentSession(System::String ^ stringToReplace);
public string ReplaceParametersInCurrentSession (string stringToReplace);
abstract member ReplaceParametersInCurrentSession : string -> string
Public Function ReplaceParametersInCurrentSession (stringToReplace As String) As String
Parameters
- stringToReplace
- String
Returns
Returns String.
Applies to
ReplaceParametersInCurrentSession(String, Dictionary<String,String>)
public:
System::String ^ ReplaceParametersInCurrentSession(System::String ^ stringToReplace, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ list);
public string ReplaceParametersInCurrentSession (string stringToReplace, System.Collections.Generic.Dictionary<string,string> list);
abstract member ReplaceParametersInCurrentSession : string * System.Collections.Generic.Dictionary<string, string> -> string
Public Function ReplaceParametersInCurrentSession (stringToReplace As String, list As Dictionary(Of String, String)) As String
Parameters
- stringToReplace
- String
- list
- Dictionary<String,String>
Returns
Returns String.