Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Overridable Function IsValidProgID ( _
varValue As Object _
) As Boolean
public virtual bool IsValidProgID(
Object varValue
)
public:
virtual bool IsValidProgID(
[InAttribute] Object^ varValue
)
abstract IsValidProgID :
varValue:Object -> bool
override IsValidProgID :
varValue:Object -> bool
public 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 object is a ProgID.
Implements
IVCWizCtlUI.IsValidProgID(Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.