IdentityPropertiesView.TryGetViewProperty 方法 (IdentityPropertyScope, String, Object%)

尝试获取与视图命名空间的属性值。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Function TryGetViewProperty ( _
    propertyScope As IdentityPropertyScope, _
    propertyName As String, _
    <OutAttribute> ByRef propertyValue As Object _
) As Boolean
public bool TryGetViewProperty(
    IdentityPropertyScope propertyScope,
    string propertyName,
    out Object propertyValue
)

参数

返回值

类型:System.Boolean
属性值。

.NET Framework 安全性

请参见

参考

IdentityPropertiesView 类

TryGetViewProperty 重载

Microsoft.TeamFoundation.Framework.Server 命名空间