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
Function IsValidProgID ( _
varValue As Object _
) As Boolean
bool IsValidProgID(
Object varValue
)
bool IsValidProgID(
[InAttribute] Object^ varValue
)
abstract IsValidProgID :
varValue:Object -> bool
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.
.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.