EncodingDescription Structure

Represents an encoding description.

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

Syntax

'宣言
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
Public method EncodingDescription Initializes a new EncodingDescription instance.

Top

Properties

  Name Description
Public property Description Gets the description of this encoding description.
Public property DisplayName Gets the name of this encoding description.
Public property Encoding Gets the code page that is associated with this encoding description.

Top

Methods

  Name Description
Public method Equals Checks whether this encoding description is equal to the specified object. (Overrides ValueType.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Gets the hash code of this object. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace