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