IVCWizCtlUI.CppParseTypeString Method

Parses a string containing the C++ variable declaration into its parts (type, name, and initial value).

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
Function CppParseTypeString ( _
    bstrTypeDecl As String _
) As Object
用法
Dim instance As IVCWizCtlUI
Dim bstrTypeDecl As String
Dim returnValue As Object

returnValue = instance.CppParseTypeString(bstrTypeDecl)
Object CppParseTypeString(
    string bstrTypeDecl
)
Object^ CppParseTypeString(
    [InAttribute] String^ bstrTypeDecl
)
function CppParseTypeString(
    bstrTypeDecl : String
) : Object

Parameters

  • bstrTypeDecl
    Type: System.String

    Required. A string containing the C++ variable declaration.

Return Value

Type: System.Object

An object containing the parts of a C++ variable declaration.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace