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.
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
- bstrNamespace 
 Type: System.String
- bstrClass 
 Type: System.String
Return Value
Type: System.Boolean
NOT_IMPL
.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.