CodeIdentifiers::AddReserved Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Prevents a specified name from being used within the CodeIdentifiers instance's scope.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- identifier
-
Type:
System::String^
A name that will not be available within the CodeIdentifiersinstance's scope.
A reserved name can belong to a containing code entity, such as a type for which member names must also be generated.
.NET Framework
Available since 1.1
Available since 1.1
Show: