Partager via


IVCWizCtlUI.CppParseTypeString, méthode

Analyse une chaîne contenant la déclaration de variable C++ dans ses diverses parties (type, nom et valeur initiale).

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Function CppParseTypeString ( _
    bstrTypeDecl As String _
) As Object
Object CppParseTypeString(
    string bstrTypeDecl
)
Object^ CppParseTypeString(
    [InAttribute] String^ bstrTypeDecl
)
abstract CppParseTypeString : 
        bstrTypeDecl:string -> Object 
function CppParseTypeString(
    bstrTypeDecl : String
) : Object

Paramètres

  • bstrTypeDecl
    Type : System.String
    Requis.Chaîne contenant la déclaration de variable C++.

Valeur de retour

Type : System.Object
Objet contenant les parties d'une déclaration de variable C++.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms