VCWizCtlClass.ValidateCSharpClass Method
Not implemented.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Function ValidateCSharpClass ( _
bstrNamespace As String, _
bstrClass As String _
) As Boolean
public virtual bool ValidateCSharpClass(
string bstrNamespace,
string bstrClass
)
public:
virtual bool ValidateCSharpClass(
[InAttribute] String^ bstrNamespace,
[InAttribute] String^ bstrClass
)
abstract ValidateCSharpClass :
bstrNamespace:string *
bstrClass:string -> bool
override ValidateCSharpClass :
bstrNamespace:string *
bstrClass:string -> bool
public function ValidateCSharpClass(
bstrNamespace : String,
bstrClass : String
) : boolean
Parameters
- bstrNamespace
Type: System.String
- bstrClass
Type: System.String
Return Value
Type: System.Boolean
NOT_IMPL
Implements
IVCWizCtlUI.ValidateCSharpClass(String, String)
.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.