AttributeDictionary.TryGetValue(String, String) 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.
public:
 virtual bool TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] System::String ^ % value);public bool TryGetValue(string key, out string value);public bool TryGetValue(string key, out string? value);abstract member TryGetValue : string * string -> bool
override this.TryGetValue : string * string -> boolPublic Function TryGetValue (key As String, ByRef value As String) As BooleanParameters
- key
- String
- value
- String