Partager via


VCCodeModel.ValidateMemberName, méthode

Valide le nom d'un élément.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
Function ValidateMemberName ( _
    bstrName As String, _
    Kind As vsCMElement, _
    nvo As vcCMNameValidationOption _
) As Boolean
bool ValidateMemberName(
    string bstrName,
    vsCMElement Kind,
    vcCMNameValidationOption nvo
)
bool ValidateMemberName(
    [InAttribute] String^ bstrName, 
    [InAttribute] vsCMElement Kind, 
    [InAttribute] vcCMNameValidationOption nvo
)
abstract ValidateMemberName : 
        bstrName:string * 
        Kind:vsCMElement * 
        nvo:vcCMNameValidationOption -> bool
function ValidateMemberName(
    bstrName : String, 
    Kind : vsCMElement, 
    nvo : vcCMNameValidationOption
) : boolean

Paramètres

  • bstrName
    Type : String

    Nom.

  • Kind
    Type : vsCMElement

    Genre d'élément.

Valeur de retour

Type : Boolean
true si le nom est validé, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeModel Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms