VCWizCtlClass::IsValidProgID Method (Object^)

 

Indicates whether the specified object's program identifier is valid.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
virtual bool IsValidProgID(
	Object^ varValue
)

Parameters

varValue
Type: System::Object^

Required. The object with the ProgID you want to check.

Return Value

Type: System::Boolean

true if object is a ProgID.

Return to top
Show: