VCLanguageManager.ParseParameterText(String, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- bstrTypeDecl
- String
- pbstrName
- String
- pbstrType
- String
- Atributos