ObjectPath.GetPathValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetPathValue<T>(Object, String) |
获取相对于 对象的路径的值。 |
GetPathValue<T>(Object, String, T) |
获取相对于 对象的路径的值。 |
GetPathValue<T>(Object, String)
GetPathValue<T>(Object, String, T)
获取相对于 对象的路径的值。
public static T GetPathValue<T> (object obj, string path, T defaultValue);
static member GetPathValue : obj * string * 'T -> 'T
Public Shared Function GetPathValue(Of T) (obj As Object, path As String, defaultValue As T) As T
类型参数
- T
要返回的类型。
参数
- obj
- Object
要以 开头的对象。
- path
- String
要计算的路径。
- defaultValue
- T
缺少路径的任何部分时要使用的默认值。
返回
T
value 或 default (T) 。