Sdílet prostřednictvím


IVCWizCtlUI.ValidateCLRIdentifier – metoda

Vrátí se, zda je název platný identifikátor CLR.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Function ValidateCLRIdentifier ( _
    bstrName As String, _
    bReportError As Boolean _
) As Boolean
bool ValidateCLRIdentifier(
    string bstrName,
    bool bReportError
)
bool ValidateCLRIdentifier(
    [InAttribute] String^ bstrName, 
    [InAttribute] bool bReportError
)
abstract ValidateCLRIdentifier : 
        bstrName:string * 
        bReportError:bool -> bool 
function ValidateCLRIdentifier(
    bstrName : String, 
    bReportError : boolean
) : boolean

Parametry

Vrácená hodnota

Typ: System.Boolean
True, pokud je název platný identifikátor CLR.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCWizCtlUI Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů