共用方式為


DragDropOrCopyPasteEventArgs.Context 屬性

取得或設定作業的內容。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public Property Context As DragDropOrCopyPasteContext
    Get
    Private Set
public DragDropOrCopyPasteContext Context { get; private set; }
public:
property DragDropOrCopyPasteContext^ Context {
    DragDropOrCopyPasteContext^ get ();
    private: void set (DragDropOrCopyPasteContext^ value);
}
member Context : DragDropOrCopyPasteContext with get, private set
function get Context () : DragDropOrCopyPasteContext
private function set Context (value : DragDropOrCopyPasteContext)

屬性值

型別:Microsoft.VisualStudio.Data.Schema.Package.Project.DragDropOrCopyPasteContext

備註

這個物件提供已移動或複製哪些檔案的相關詳細資訊。

.NET Framework 安全性

請參閱

參考

DragDropOrCopyPasteEventArgs 類別

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間