Sdílet prostřednictvím


IVCWizCtlUI.IsValidProgID Method

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

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

Syntax

'Declaration
Function IsValidProgID ( _
    varValue As Object _
) As Boolean
'Usage
Dim instance As IVCWizCtlUI
Dim varValue As Object
Dim returnValue As Boolean

returnValue = instance.IsValidProgID(varValue)
bool IsValidProgID(
    Object varValue
)
bool IsValidProgID(
    [InAttribute] Object^ varValue
)
function IsValidProgID(
    varValue : Object
) : boolean

Parameters

  • varValue
    Type: System.Object

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

Return Value

Type: System.Boolean

True if the ProgID is valid; otherwise false.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace