Share via


ActivitySettingsPart.Initialize Method

Initializes the Activity UI webpage with the given style sheet.

Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)

Usage

'Usage
Dim instance As ActivitySettingsPart
Dim page As Page
Dim style As IStyleSheetProvider

instance.Initialize(page, style)

Syntax

'Declaration
Public Sub Initialize ( _
    page As Page, _
    style As IStyleSheetProvider _
)
public void Initialize (
    Page page,
    IStyleSheetProvider style
)
public:
void Initialize (
    Page^ page, 
    IStyleSheetProvider^ style
)
public void Initialize (
    Page page, 
    IStyleSheetProvider style
)
public function Initialize (
    page : Page, 
    style : IStyleSheetProvider
)

Parameters

  • page
    Webpage associated with the Activity UI.
  • style
     

Remarks

This API is currently not supported.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also

Reference

ActivitySettingsPart Class
ActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace