Share via


ProfileExtensions.ApplyAttributesChanges Method

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
)
[ExtensionAttribute]
public:
static void ApplyAttributesChanges(
    Profile^ profile, 
    IList<ProfileAttribute^>^ changedApplicationAttributes, 
    IList<CoreProfileAttribute^>^ changedCoreAttributes
)
static member ApplyAttributesChanges : 
        profile:Profile * 
        changedApplicationAttributes:IList<ProfileAttribute> * 
        changedCoreAttributes:IList<CoreProfileAttribute> -> unit
public static function ApplyAttributesChanges(
    profile : Profile, 
    changedApplicationAttributes : IList<ProfileAttribute>, 
    changedCoreAttributes : IList<CoreProfileAttribute>
)

Parameters

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Profile. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ProfileExtensions Class

Microsoft.VisualStudio.Services.Profile Namespace