Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- bstrName
Type: System.String
Required. The name of the method.
- bstrParameterNames
Type: System.String
Required. The parameters of the specified method.
- Kind
Type: EnvDTE.vsCMElement
Required. A vsCMElement value specifying the parameter type.
Return Value
Type: System.Boolean
true if the specified parameter list is valid; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.