AccountHttpClient.GetAccount-Methode
Namespace: Microsoft.VisualStudio.Services.Account.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function GetAccount ( _
accountId As String, _
propertyNameFilter As IEnumerable(Of String), _
userState As Object _
) As Account
public Account GetAccount(
string accountId,
IEnumerable<string> propertyNameFilter,
Object userState
)
Parameter
- accountId
Typ: System.String
- propertyNameFilter
Typ: System.Collections.Generic.IEnumerable<String>
- userState
Typ: System.Object
Rückgabewert
Typ: Microsoft.VisualStudio.Services.Account.Account
.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.