UnicodeCharacterRangeBaseCollection.Add 方法
将重复指定次数的新字符添加到 UnicodeCharacterRangeBaseCollection。
命名空间: System.Windows.Ink.AnalysisCore
程序集: IACore(在 IACore.dll 中)
语法
声明
Public Function Add ( _
first As Char, _
length As Integer _
) As UnicodeCharacterRangeBase
用法
Dim instance As UnicodeCharacterRangeBaseCollection
Dim first As Char
Dim length As Integer
Dim returnValue As UnicodeCharacterRangeBase
returnValue = instance.Add(first, length)
public UnicodeCharacterRangeBase Add(
char first,
int length
)
public:
UnicodeCharacterRangeBase^ Add(
wchar_t first,
int length
)
public UnicodeCharacterRangeBase Add(
char first,
int length
)
public function Add(
first : char,
length : int
) : UnicodeCharacterRangeBase
参数
- first
类型:System.Char
要添加的字符。
- length
类型:System.Int32
添加的字符出现的次数。
返回值
类型:System.Windows.Ink.AnalysisCore.UnicodeCharacterRangeBase
添加的 UnicodeCharacterRangeBase。
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0
另请参见
参考
UnicodeCharacterRangeBaseCollection 类