StringInfo 成员

提供功能将字符串拆分为文本元素并循环访问这些文本元素。

下表列出了由 StringInfo 类型公开的成员。

公共构造函数

  名称 说明
Public method Supported by the .NET Compact Framework StringInfo 已重载。初始化 StringInfo 类的新实例。

页首

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework LengthInTextElements 获取当前 StringInfo 对象中的文本元素的数目。
Public property Supported by the .NET Compact Framework String 获取或设置当前 StringInfo 对象的值。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Equals 已重载。 已重写。 
Public method Supported by the .NET Compact Framework GetHashCode 已重写。 计算当前 StringInfo 对象的值的哈希代码。
Public method Static Supported by the .NET Compact Framework GetNextTextElement 已重载。 获取指定字符串中的第一个文本元素。
Public method Static Supported by the .NET Compact Framework GetTextElementEnumerator 已重载。 返回一个循环访问字符串的文本元素的枚举数。
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework ParseCombiningCharacters 返回指定字符串中每个基字符、高代理项或控制字符的索引。
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method SubstringByTextElements 已重载。 从当前 StringInfo 对象的值中检索文本元素的子字符串。
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

请参见

参考

StringInfo 类
System.Globalization 命名空间