DocumentList 构造函数

初始化 DocumentList 类的新实例。

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

语法

声明
Public Sub New
用法

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

异常

异常 条件
NotSupportedException

此平台不是 Pocket PC。

备注

此控件仅在 Pocket PC 上可用。

示例

下面的代码示例创建一个 DocumentList 控件。此代码示例摘自一个为 DocumentList 类提供的更大的示例。

Me.DocumentList1 = New DocumentList
// Create an instance of a DocumentList control.
DocList = new DocumentList();

权限

平台

Windows Mobile for Pocket PC

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

版本信息

.NET Compact Framework

受以下版本支持:3.5、2.0

另请参见

参考

DocumentList 类

DocumentList 成员

Microsoft.WindowsCE.Forms 命名空间