IProfileService.GetAttribute-Methode
Ruft das Attributobjekt für den angegebenen Attributdeskriptor und das Zielprofil ab.
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetAttribute ( _
requestContext As TeamFoundationRequestContext, _
id As Guid, _
descriptor As AttributeDescriptor _
) As ProfileAttribute
ProfileAttribute GetAttribute(
TeamFoundationRequestContext requestContext,
Guid id,
AttributeDescriptor descriptor
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Typ: System.Guid
Der GUID der Identität, mit der das Profil zugeordnet ist.1 bis 1 Existiert eine Zuordnung zwischen einer Identität und einem Profil
- descriptor
Typ: Microsoft.VisualStudio.Services.Profile.AttributeDescriptor
Deskriptor des Attributs
Rückgabewert
Typ: Microsoft.VisualStudio.Services.Profile.ProfileAttribute
Ein ProfileAttribute-Objekt, das den Namen, Wert und einen Auslastungs- modifiedtimestamp enthält
Ausnahmen
Ausnahme | Bedingung |
---|---|
ProfileAttributeNotFoundException | Wenn angegeben, ist Attribut nicht. |
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.