IActivitySettingsPart Interface
Interface that defines methods that control the UI for the Activity in the Workflow Designer. Custom activities that have a UI in the FIM Portal must implement this interface.
Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)
Usage
'Usage
Dim instance As IActivitySettingsPart
Syntax
'Declaration
Public Interface IActivitySettingsPart
public interface IActivitySettingsPart
public interface class IActivitySettingsPart
public interface IActivitySettingsPart
public interface IActivitySettingsPart
Remarks
The ActivitySettingsPart class implements this interface. We recommend that you extend that class and override the methods in that class as necessary. This API is currently not supported.
Platforms
Target Platforms
Windows 2008 x64 Edition
See Also
Reference
IActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace