Share via


ProfileExtensions.ApplyAttributesChanges-Methode

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub ApplyAttributesChanges ( _
    profile As Profile, _
    changedApplicationAttributes As IList(Of ProfileAttribute), _
    changedCoreAttributes As IList(Of CoreProfileAttribute) _
)
public static void ApplyAttributesChanges(
    this Profile profile,
    IList<ProfileAttribute> changedApplicationAttributes,
    IList<CoreProfileAttribute> changedCoreAttributes
)

Parameter

Hinweis zur Verwendung

In Visual Basic und C# können Sie diese Methode als Instanzenmethode für ein beliebiges Objekt vom Typ Profile aufrufen. Bei Verwendung der Syntax für Instanzenmethoden lassen Sie den ersten Parameter aus. Weitere Informationen finden Sie unter Erweiterungsmethoden (Visual Basic) und Erweiterungsmethoden (C#-Programmierhandbuch).

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileExtensions Klasse

Microsoft.VisualStudio.Services.Profile-Namespace