ProfileHttpClientBase.DeleteAttributeAsync-Methode
Namespace: Microsoft.VisualStudio.Services.Profile.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Overridable Function DeleteAttributeAsync ( _
attribute As ProfileAttribute, _
id As String, _
userState As Object _
) As Task(Of Integer)
protected virtual Task<int> DeleteAttributeAsync(
ProfileAttribute attribute,
string id,
Object userState
)
Parameter
- attribute
Typ: Microsoft.VisualStudio.Services.Profile.ProfileAttribute
- id
Typ: System.String
- userState
Typ: System.Object
Rückgabewert
Typ: System.Threading.Tasks.Task<Int32>
.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.