IVCWizCtlUI.CppParseTypeString(String) Method

Definition

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

public:
 System::Object ^ CppParseTypeString(System::String ^ bstrTypeDecl);
public:
 Platform::Object ^ CppParseTypeString(Platform::String ^ bstrTypeDecl);
winrt::Windows::Foundation::IInspectable CppParseTypeString(std::wstring const & bstrTypeDecl);
[System.Runtime.InteropServices.DispId(1610743870)]
public object CppParseTypeString (string bstrTypeDecl);
[<System.Runtime.InteropServices.DispId(1610743870)>]
abstract member CppParseTypeString : string -> obj
Public Function CppParseTypeString (bstrTypeDecl As String) As Object

Parameters

bstrTypeDecl
String

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

Returns

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

Attributes

Applies to