共用方式為


AccountHttpClient.RemoveUserFromAccountAsync 方法

命名空間:  Microsoft.VisualStudio.Services.Account.Client
組件:  Microsoft.VisualStudio.Services.WebApi (在 Microsoft.VisualStudio.Services.WebApi.dll 中)

語法

'宣告
Public Function RemoveUserFromAccountAsync ( _
    accountId As Guid, _
    memberId As Guid, _
    userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> RemoveUserFromAccountAsync(
    Guid accountId,
    Guid memberId,
    Object userState
)

參數

傳回值

類型:System.Threading.Tasks.Task<HttpResponseMessage>

.NET Framework 安全性

請參閱

參考

AccountHttpClient 類別

Microsoft.VisualStudio.Services.Account.Client 命名空間