DocumentListEventArgs.Path 屬性
在 DocumentList 控制項中取得或設定要刪除或選取之檔案的路徑。
命名空間: Microsoft.WindowsCE.Forms
組件: Microsoft.WindowsCE.Forms (在 Microsoft.WindowsCE.Forms.dll 中)
語法
'宣告
Public ReadOnly Property Path As String
'用途
Dim instance As DocumentListEventArgs
Dim value As String
value = instance.Path
public string Path { get; }
public:
property String^ Path {
String^ get ();
}
public function get Path () : String
屬性值
檔案的路徑。預設值為空字串 ("")。
備註
您可使用此屬性來關閉開啟檔案的任意執行個體,以回應 DeletingDocument 事件,以及用於開啟檔案,以回應 DocumentActivated 事件。
範例
下列程式碼範例定義處理 DeletingDocument 事件的方法。它使用 DocumentListEventArgs 的 Path 屬性來取得已刪除檔案的路徑。這個程式碼範例是 DocumentList 類別完整範例的一部分。
' Handle the DeletingDocument
' event with code to close the file.
Private Sub DocList_DeletingDocument(ByVal sender As Object, _
ByVal docevent As Microsoft.WindowsCE.Forms.DocumentListEventArgs) _
Handles DocumentList1.DeletingDocument
StatusBar1.Text = "Deleted: " & docevent.Path
' Add code to close any instances of the file.
End Sub
private void OnDelDoc(object obj, DocumentListEventArgs docg)
{
statusBar1.Text += "Deleted: " + docg.Path;
// Add code to close any instances of the file.
}
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
平台
Windows Mobile for Pocket PC
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Compact Framework
支援版本:3.5、2.0