IActiveDesigner Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetExtensibilityObject(Object^) | Retrieves the extensibility object (DTE) for the ActiveX designer in use as an editor. |
![]() | GetRuntimeClassID(Guid) | Retrieves the class identifier (CLSID) for the runtime portion of the ActiveX designer. Designers generally have separate runtime and design time components. |
![]() | GetRuntimeMiscStatusFlags(UInt32) | Updates an object containing designer runtime flags information. |
![]() | QueryPersistenceInterface(Guid) | Tests whether or not the designer supports a given persistence interface such as IPersistStream. |
![]() | SaveRuntimeState(Guid, Guid, IntPtr) | Saves the runtime state of the designer. |
Show:
