Share via


IAuthoringContext.ParentContext Property

Gets or sets the context object that is the parent of this context object.

Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

'Usage
Dim instance As IAuthoringContext
Dim value As IAuthoringContext

value = instance.ParentContext

instance.ParentContext = value

Syntax

'Declaration
Property ParentContext As IAuthoringContext
IAuthoringContext ParentContext { get; set; }
property IAuthoringContext^ ParentContext {
    IAuthoringContext^ get ();
    void set (IAuthoringContext^ value);
}
/** @property */
IAuthoringContext get_ParentContext ()

/** @property */
void set_ParentContext (IAuthoringContext value)
function get ParentContext () : IAuthoringContext

function set ParentContext (value : IAuthoringContext)

Property Value

An IAuthoringContext object.

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

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

Reference

IAuthoringContext Interface
IAuthoringContext Members
Microsoft.EnterpriseManagement.UI Namespace

Send comments about this topic to Microsoft.