ValueMap.TryGetParameterValue(String, Object) 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.
Retrieves the value of the named parameter.
public:
bool TryGetParameterValue(System::String ^ parameterName, [Runtime::InteropServices::Out] System::Object ^ % parameterValue);
public bool TryGetParameterValue (string parameterName, out object parameterValue);
member this.TryGetParameterValue : string * obj -> bool
Public Function TryGetParameterValue (parameterName As String, ByRef parameterValue As Object) As Boolean
Parameters
- parameterName
- String
The name of the parameter.
- parameterValue
- Object
(Output) The value of the parameter.
Returns
true if the value is successfully retrieved; otherwise, false.