Поделиться через


ProfileExtensions.ApplyAttributesChanges - метод

Пространство имен:  Microsoft.VisualStudio.Services.Profile
Сборка:  Microsoft.VisualStudio.Services.WebApi (в Microsoft.VisualStudio.Services.WebApi.dll)

Синтаксис

'Декларация
<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
)

Параметры

Примечание об использовании

В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа Profile. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе Методы расширения (Visual Basic) или Методы расширения (Руководство по программированию в C#).

Безопасность платформы .NET Framework

См. также

Ссылки

ProfileExtensions Класс

Microsoft.VisualStudio.Services.Profile - пространство имен