ResourceDictionary.TryGetValue(String, Object) 方法

定义

public bool TryGetValue (string key, out object value);
abstract member TryGetValue : string * obj -> bool
override this.TryGetValue : string * obj -> bool

参数

key
System.String
value
System.Object

返回

System.Boolean

实现

适用于