Deployment Tools Foundation
TryGetValue Method (key, value)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionData ► TryGetValue(String, String%)
Gets the value with the specified key.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool TryGetValue( string key, out string value )
Public Function TryGetValue ( key As String, <OutAttribute> ByRef value As String ) As Boolean
public: virtual bool TryGetValue( String^ key, [OutAttribute] String^% value ) sealed
Return Value
Boolean
true if the data contains an item with the specified key; otherwise, false.
true if the data contains an item with the specified key; otherwise, false.
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)