IVCWizCtlUI::CppParseTypeString Method (String^)

 

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: 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.

Return to top
Show: