Sdílet prostřednictvím


IVCWizCtlUI.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
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

    Název, který chcete testovat.

  • bReportError
    Typ: Boolean

    Nastavte na true oznámit chybu.

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCWizCtlUI Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů