VCLanguageManager::ValidateParameterNames Method (String^, String^, vsCMElement)
Visual Studio 2015
Determines if the specified parameter list is valid.
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.
Show: