CodeIdentifiers.Remove(String) Method

Definition

Removes from the CodeIdentifiers instance's scope the code entity or type mapping identified by the input name.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void Remove(System::String ^ identifier);
public void Remove (string identifier);
member this.Remove : string -> unit
Public Sub Remove (identifier As String)

Parameters

identifier
String

The name of the code entity or type mapping information to remove.

Remarks

If you want to control the names of code entities that are bound to XML Schema or Web service definitions, use the associated attributes rather than creating an instance of the CodeIdentifiers class. For a complete list, see Attributes That Control XML Serialization.

Applies to