VCLanguageManager.ParseParameterText(String, String, String) Method

Definition

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

Applies to