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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。