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