VCWizCtlClass.IsValidProgID(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the specified object's program identifier is valid.
public:
virtual bool IsValidProgID(System::Object ^ varValue) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsValidProgID;
public:
virtual bool IsValidProgID(Platform::Object ^ varValue) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsValidProgID;
virtual bool IsValidProgID(winrt::Windows::Foundation::IInspectable const & varValue);
[System.Runtime.InteropServices.DispId(1610743827)]
public virtual bool IsValidProgID (object varValue);
[<System.Runtime.InteropServices.DispId(1610743827)>]
abstract member IsValidProgID : obj -> bool
override this.IsValidProgID : obj -> bool
Public Overridable Function IsValidProgID (varValue As Object) As Boolean
Parameters
- varValue
- Object
Required. The object with the ProgID you want to check.
Returns
true
if object is a ProgID.
Implements
- Attributes