Tablets 构造函数

初始化 Tablets 类的新实例。

命名空间:  Microsoft.Ink
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
Public Sub New
用法

Dim instance As New Tablets()
public Tablets()
public:
Tablets()
public Tablets()
public function Tablets()

备注

调用该构造函数将自动以可用 Tablet 对象填充 Tablets 集合。

示例

此示例声明并创建 Tablets 集合 allTablets。

' Calling the constructor automatically fills the 
' Tablets collection with the available Tablet objects.
Dim allTablets As Tablets = New Tablets()
// Calling the constructor automatically fills the 
// Tablets collection with the available Tablet objects.
Tablets allTablets = new Tablets();

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

Tablets 类

Tablets 成员

Microsoft.Ink 命名空间