IVCWizCtlUI.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:
bool IsValidProgID(System::Object ^ varValue);
public:
bool IsValidProgID(Platform::Object ^ varValue);
bool IsValidProgID(winrt::Windows::Foundation::IInspectable const & varValue);
[System.Runtime.InteropServices.DispId(1610743827)]
public bool IsValidProgID (object varValue);
[<System.Runtime.InteropServices.DispId(1610743827)>]
abstract member IsValidProgID : obj -> bool
Public Function IsValidProgID (varValue As Object) As Boolean
Parameters
- varValue
- Object
Required. The object with the ProgID you want to check.
Returns
True if the ProgID is valid; otherwise false.
- Attributes