VCCodeInterface.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 : System.String
- Kind
Type : EnvDTE.vsCMElement
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.