Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub UpdateExtendedProperties ( _
requestContext As TeamFoundationRequestContext, _
propertyScope As IdentityPropertyScope, _
descriptor As IdentityDescriptor, _
properties As IEnumerable(Of PropertyValue) _
)
public void UpdateExtendedProperties(
TeamFoundationRequestContext requestContext,
IdentityPropertyScope propertyScope,
IdentityDescriptor descriptor,
IEnumerable<PropertyValue> properties
)
public:
virtual void UpdateExtendedProperties(
TeamFoundationRequestContext^ requestContext,
IdentityPropertyScope propertyScope,
IdentityDescriptor^ descriptor,
IEnumerable<PropertyValue^>^ properties
) sealed
abstract UpdateExtendedProperties :
requestContext:TeamFoundationRequestContext *
propertyScope:IdentityPropertyScope *
descriptor:IdentityDescriptor *
properties:IEnumerable<PropertyValue> -> unit
override UpdateExtendedProperties :
requestContext:TeamFoundationRequestContext *
propertyScope:IdentityPropertyScope *
descriptor:IdentityDescriptor *
properties:IEnumerable<PropertyValue> -> unit
public final function UpdateExtendedProperties(
requestContext : TeamFoundationRequestContext,
propertyScope : IdentityPropertyScope,
descriptor : IdentityDescriptor,
properties : IEnumerable<PropertyValue>
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- descriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- properties
Type: System.Collections.Generic.IEnumerable<PropertyValue>
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TeamFoundationIdentityService Class