AttributeDictionary.TryGetValue(String, String) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
				   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 -> boolPublic Function TryGetValue (key As String, ByRef value As String) As Boolean参数
- key
- String
- value
- String