IBuilderWizardManager::DoesBuilderExist Method (Guid)

 

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

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

int DoesBuilderExist(
	[InAttribute] Guid% rguidBuilder
)

Parameters

rguidBuilder
Type: System::Guid

 [in] A CLSID or CATID for a builder.

Return Value

Type: System::Int32

Returns S_OK if a builder exists.

Returns S_FALSE if it does not exist it

Return to top
Show: