Defines the method and properties that expose information about a write action module that is being configured. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim instance As IWriteActionModuleContext

Syntax

Visual Basic
Public Interface IWriteActionModuleContext
		Inherits IModuleContext, IAuthoringContext, IPageContext
C#
public interface IWriteActionModuleContext : IModuleContext, IAuthoringContext, IPageContext
C++
public interface class IWriteActionModuleContext : IModuleContext, IAuthoringContext, IPageContext
J#
public interface IWriteActionModuleContext extends IModuleContext, IAuthoringContext, 
		IPageContext
JScript
public interface IWriteActionModuleContext extends IModuleContext, IAuthoringContext, 
		IPageContext

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also