VCWizCtlClass.ValidateCLRIdentifier – metoda
Vrátí, zda je název platný identifikátor modulu CLR.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
Public Overridable Function ValidateCLRIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
public virtual bool ValidateCLRIdentifier(
string bstrName,
bool bReportError
)
public:
virtual bool ValidateCLRIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCLRIdentifier :
bstrName:string *
bReportError:bool -> bool
override ValidateCLRIdentifier :
bstrName:string *
bReportError:bool -> bool
public function ValidateCLRIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
Parametry
bstrName
Typ: StringNázev, který chcete testovat.
bReportError
Typ: BooleanNastavte na true oznámit chybu.
Vrácená hodnota
Typ: Boolean
True, pokud je název platný identifikátor modulu CLR.
Implementuje
IVCWizCtlUI.ValidateCLRIdentifier(String, Boolean)
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.