Partager via


VCCodeIDLLibrary.ValidateMemberName, méthode

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
  • Kind
    Type : vsCMElement

Valeur de retour

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

VCCodeIDLLibrary Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms