VCLanguageManager.ParseParameterText(String, String, String) 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.
public:
void ParseParameterText(System::String ^ bstrTypeDecl, [Runtime::InteropServices::Out] System::String ^ % pbstrName, [Runtime::InteropServices::Out] System::String ^ % pbstrType);
[System.Runtime.InteropServices.DispId(9)]
public void ParseParameterText (string bstrTypeDecl, out string pbstrName, out string pbstrType);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member ParseParameterText : string * string * string -> unit
Public Sub ParseParameterText (bstrTypeDecl As String, ByRef pbstrName As String, ByRef pbstrType As String)
Parameters
- bstrTypeDecl
- String
- pbstrName
- String
- pbstrType
- String
- Attributes