IBuilderWizardManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | DoesBuilderExist(Guid) | Verifies existence of a builder given a builder CLSID, or component category identifier (CATID) such as CATID_PropertyBuilder. |
![]() | EnableModeless(Int32) | Sets builder dialogs to modeless or modal. |
![]() | GetBuilder(Guid, UInt32, IntPtr, Object^, IntPtr, Guid, Object^) | Requests a builder by CLSID or component category ID (CATID). |
![]() | MapBuilderCATIDToCLSID(Guid, UInt32, IntPtr, Guid) | Returns the CLSID of a specific builder given a component category ID (CATID). |
![]() | MapObjectToBuilderCLSID(Guid, UInt32, IntPtr, Guid) | Returns the CLSID of a builder for an OLE object given the object's CLSID. |
Show:
