Freigeben über


ProfileHttpClient.DeleteAttributeAsync-Methode (ProfileAttribute, Object)

Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Overridable Function DeleteAttributeAsync ( _
    attributeToDelete As ProfileAttribute, _
    userState As Object _
) As Task(Of Integer)
public virtual Task<int> DeleteAttributeAsync(
    ProfileAttribute attributeToDelete,
    Object userState
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<Int32>

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClient Klasse

DeleteAttributeAsync-Überladung

Microsoft.VisualStudio.Services.Profile.Client-Namespace