This documentation is archived and is not being maintained.

EncodingDescription Constructor

Initializes a new EncodingDescription instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
EncodingDescription(
	int encoding, 
	String^ displayName, 
	String^ description
)

Parameters

encoding
Type: System::Int32

The code page that is represented by this description.

displayName
Type: System::String

The name of the encoding.

description
Type: System::String

A description of the encoding.

Show: