更新:2007 年 11 月
命名空间:
System.Windows.Documents 程序集:
PresentationFramework(在 PresentationFramework.dll 中)
Public ReadOnly Property ResultOffset As Integer
Dim instance As FrameworkTextComposition
Dim value As Integer
value = instance.ResultOffset
public int ResultOffset { get; }
public:
property int ResultOffset {
int get ();
}
/** @property */
public int get_ResultOffset()
public function get ResultOffset () : int
当发生 TextInputStart 或 TextInputUpdate 事件时,ResultLength 为 –1。
.NET Framework 3.5 版中引入了 ResultOffset。有关更多信息,请参见 .NET Framework 3.5 体系结构。
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
.NET Framework
受以下版本支持:3.5 SP1、3.0 SP1
参考