This documentation is archived and is not being maintained.
EncodingDescription Constructor
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: