DocumentListEventArgs 构造函数

初始化 DocumentListEventArgs 类的新实例。

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

语法

声明
Public Sub New ( _
    path As String _
)
用法
Dim path As String

Dim instance As New DocumentListEventArgs(path)
public DocumentListEventArgs(
    string path
)
public:
DocumentListEventArgs(
    String^ path
)
public function DocumentListEventArgs(
    path : String
)

参数

  • path
    类型:System.String

    已删除或选中的文件的路径。

备注

此类仅在 Pocket PC 上可用。

权限

平台

Windows Mobile for Pocket PC

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

版本信息

.NET Compact Framework

受以下版本支持:3.5、2.0

另请参见

参考

DocumentListEventArgs 类

DocumentListEventArgs 成员

Microsoft.WindowsCE.Forms 命名空间