VCLanguageManager.ValidateParameterNames Method

Determines if the specified parameter list is valid.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
Function ValidateParameterNames ( _
    bstrName As String, _
    bstrParameterNames As String, _
    Kind As vsCMElement _
) As Boolean
bool ValidateParameterNames(
    string bstrName,
    string bstrParameterNames,
    vsCMElement Kind
)
bool ValidateParameterNames(
    [InAttribute] String^ bstrName, 
    [InAttribute] String^ bstrParameterNames, 
    [InAttribute] vsCMElement Kind
)
abstract ValidateParameterNames : 
        bstrName:string * 
        bstrParameterNames:string * 
        Kind:vsCMElement -> bool
function ValidateParameterNames(
    bstrName : String, 
    bstrParameterNames : String, 
    Kind : vsCMElement
) : boolean

Parameters

  • bstrParameterNames
    Type: System.String

    Required. The parameters of the specified method.

Return Value

Type: System.Boolean
true if the specified parameter list is valid; otherwise, false.

.NET Framework Security

See Also

Reference

VCLanguageManager Interface

Microsoft.VisualStudio.VCCodeModel Namespace