EncodingDescription Structure
Represents an encoding description.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Structure EncodingDescription
public struct EncodingDescription
public value class EncodingDescription
[<Sealed>]
type EncodingDescription = struct end
JScript supports the use of structures, but not the declaration of new ones.
The EncodingDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EncodingDescription | Initializes a new EncodingDescription instance. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets the description of this encoding description. | |
DisplayName | Gets the name of this encoding description. | |
Encoding | Gets the code page that is associated with this encoding description. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Checks whether this encoding description is equal to the specified object. (Overrides ValueType.Equals(Object).) | |
GetHashCode | Gets the hash code of this object. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.