Expand Minimize
This topic has not yet been rated - Rate this topic

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)
Object CppParseTypeString(
	string bstrTypeDecl
)

Parameters

bstrTypeDecl
Type: String

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

Return Value

Type: Object
An object containing the parts of a C++ variable declaration.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.