VCLanguageManager::ValidateParameterNames Method (String^, String^, vsCMElement)

 

Determines if the specified parameter list is valid.

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

bool ValidateParameterNames(
	String^ bstrName,
	String^ bstrParameterNames,
	vsCMElement Kind
)

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.

Return to top
Show: