IActiveDesigner Interface

 

Manages an ActiveX designer used as an editor.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[ComConversionLossAttribute]
[InterfaceTypeAttribute(1)]
[GuidAttribute("51AAE3E0-7486-11CF-A0C2-00AA0062BE57")]
public interface IActiveDesigner

NameDescription
System_CAPS_pubmethodGetExtensibilityObject(Object)

Retrieves the extensibility object (DTE) for the ActiveX designer in use as an editor.

System_CAPS_pubmethodGetRuntimeClassID(Guid)

Retrieves the class identifier (CLSID) for the runtime portion of the ActiveX designer. Designers generally have separate runtime and design time components.

System_CAPS_pubmethodGetRuntimeMiscStatusFlags(UInt32)

Updates an object containing designer runtime flags information.

System_CAPS_pubmethodQueryPersistenceInterface(Guid)

Tests whether or not the designer supports a given persistence interface such as IPersistStream.

System_CAPS_pubmethodSaveRuntimeState(Guid, Guid, IntPtr)

Saves the runtime state of the designer.

Return to top
Show: