IActiveDesigner Methods

 

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

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: