AttributeDictionary.TryGetValue(String, String) Метод

Определение

System.Object.TryGetValue(System.String,System.String@)
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 -> bool
Public Function TryGetValue (key As String, ByRef value As String) As Boolean

Параметры

key
String
value
String

Возвращаемое значение

Применяется к