IVCWizCtlUI.CppParseTypeString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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