IVCWizCtlUI.ValidateCSharpClass Method

Not implemented.

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

Syntax

'Declaration
Function ValidateCSharpClass ( _
    bstrNamespace As String, _
    bstrClass As String _
) As Boolean
bool ValidateCSharpClass(
    string bstrNamespace,
    string bstrClass
)
bool ValidateCSharpClass(
    [InAttribute] String^ bstrNamespace, 
    [InAttribute] String^ bstrClass
)
abstract ValidateCSharpClass : 
        bstrNamespace:string * 
        bstrClass:string -> bool
function ValidateCSharpClass(
    bstrNamespace : String, 
    bstrClass : String
) : boolean

Parameters

Return Value

Type: System.Boolean
NOT_IMPL

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace