Share via


IdentityPropertiesView.TryGetViewProperty-Methode (IdentityPropertyScope, String, Object%)

Sie rufen den Wert einer Eigenschaft mit dem Ansichtsnamespace ab.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Boolean
Eigenschaftswert

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityPropertiesView Klasse

TryGetViewProperty-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace