VCLanguageManager::IsReservedName Method (String^, Boolean)

 

Determines if the specified name is a C++ reserved name.

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

bool IsReservedName(
	String^ bstrName,
	bool bManaged = false
)

Parameters

bstrName
Type: System::String^

The name to be validated.

bManaged
Type: System::Boolean

Optional. true if it is Visual C++, otherwise this value is false.

Return Value

Type: System::Boolean

true for C++ reserved name; otherwise, false.

Return to top
Show: