ViewDataDictionary.TryGetValue(String, Object) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
				   System.Object.TryGetValue(System.String,System.Object@) 
			
		public:
 virtual bool TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] System::Object ^ % value);public bool TryGetValue(string key, out object value);public bool TryGetValue(string key, out object? value);abstract member TryGetValue : string * obj -> bool
override this.TryGetValue : string * obj -> boolPublic Function TryGetValue (key As String, ByRef value As Object) As Boolean参数
- key
- String
- value
- Object