IVCWizCtlUI.ValidateCSharpIdentifier – metoda
Není implementováno
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
Function ValidateCSharpIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
bool ValidateCSharpIdentifier(
string bstrName,
bool bReportError
)
bool ValidateCSharpIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCSharpIdentifier :
bstrName:string *
bReportError:bool -> bool
function ValidateCSharpIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
Parametry
bstrName
Typ: String
bReportError
Typ: Boolean
Vrácená hodnota
Typ: Boolean
NOT_IMPL
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.