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
- profile
Type: Microsoft.VisualStudio.Services.Profile.Profile
- changedApplicationAttributes
Type: System.Collections.Generic.IList<ProfileAttribute>
- changedCoreAttributes
Type: System.Collections.Generic.IList<CoreProfileAttribute>
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.