IBuilderWizardManager Methods

 

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

NameDescription
System_CAPS_pubmethodDoesBuilderExist(Guid)

Verifies existence of a builder given a builder CLSID, or component category identifier (CATID) such as CATID_PropertyBuilder.

System_CAPS_pubmethodEnableModeless(Int32)

Sets builder dialogs to modeless or modal.

System_CAPS_pubmethodGetBuilder(Guid, UInt32, IntPtr, Object^, IntPtr, Guid, Object^)

Requests a builder by CLSID or component category ID (CATID).

System_CAPS_pubmethodMapBuilderCATIDToCLSID(Guid, UInt32, IntPtr, Guid)

Returns the CLSID of a specific builder given a component category ID (CATID).

System_CAPS_pubmethodMapObjectToBuilderCLSID(Guid, UInt32, IntPtr, Guid)

Returns the CLSID of a builder for an OLE object given the object's CLSID.

Return to top
Show: