IVCWizCtlUI.IsValidProgID(Object) Method

Definition

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

Applies to