Udostępnij za pośrednictwem


Metoda IVCWizCtlUI.ValidateCLRIdentifier —

Zwraca, czy nazwa jest prawidłowym identyfikatorem CLR.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
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

  • bstrName
    Typ: String

    Nazwa do testowania.

  • bReportError
    Typ: Boolean

    Zestaw do true może zgłosić błąd.

Wartość zwracana

Typ: Boolean
PRAWDA, jeśli nazwa jest prawidłowym identyfikatorem CLR.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IVCWizCtlUI Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard