IBuilderWizardManager::DoesBuilderExist Method (Guid)
Visual Studio 2015
Verifies existence of a builder given a builder CLSID, or component category identifier (CATID) such as CATID_PropertyBuilder.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- rguidBuilder
-
Type:
System::Guid
[in] A CLSID or CATID for a builder.
Return Value
Type: System::Int32Returns S_OK if a builder exists.
Returns S_FALSE if it does not exist it
Show: