VCLanguageManager.ValidateParameterNames(String, String, vsCMElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified parameter list is valid.
public:
bool ValidateParameterNames(System::String ^ bstrName, System::String ^ bstrParameterNames, EnvDTE::vsCMElement Kind);
public:
bool ValidateParameterNames(Platform::String ^ bstrName, Platform::String ^ bstrParameterNames, EnvDTE::vsCMElement Kind);
bool ValidateParameterNames(std::wstring const & bstrName, std::wstring const & bstrParameterNames, EnvDTE::vsCMElement Kind);
[System.Runtime.InteropServices.DispId(5)]
public bool ValidateParameterNames (string bstrName, string bstrParameterNames, EnvDTE.vsCMElement Kind);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member ValidateParameterNames : string * string * EnvDTE.vsCMElement -> bool
Public Function ValidateParameterNames (bstrName As String, bstrParameterNames As String, Kind As vsCMElement) As Boolean
Parameters
- bstrName
- String
Required. The name of the method.
- bstrParameterNames
- String
Required. The parameters of the specified method.
- Kind
- vsCMElement
Required. A vsCMElement value specifying the parameter type.
Returns
true if the specified parameter list is valid; otherwise, false.
- Attributes