UnicodeCharacterRange.Length 屬性
取得或設定起始字元後面的字元數目。
命名空間: System.Windows.Ink
組件: IAWinFX (在 IAWinFX.dll 中)
語法
'宣告
Public Property Length As Integer
'用途
Dim instance As UnicodeCharacterRange
Dim value As Integer
value = instance.Length
instance.Length = value
public int Length { get; set; }
public:
property int Length {
int get ();
void set (int value);
}
/** @property */
public int get_Length()
/** @property */
public void set_Length(int value)
public function get Length () : int
public function set Length (value : int)
屬性值
型別:System.Int32
起始字元後面的字元數目。
備註
起始字元加上範圍長度,等於整個範圍。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0