共用方式為


IDropTargetProvider.DropEffect 屬性

定義

取得字串,指出卸載專案時會發生什麼情況。

public:
 property Platform::String ^ DropEffect { Platform::String ^ get(); };
winrt::hstring DropEffect();
public string DropEffect { get; }
var string = iDropTargetProvider.dropEffect;
Public ReadOnly Property DropEffect As String

屬性值

String

Platform::String

winrt::hstring

字串,表示卸載專案時會發生什麼情況。

備註

此屬性描述在目標上卸載擷取專案時所發生的預設效果,例如移動或複製專案。 此屬性可以是簡短字串,例如 「move」,或較長的字串,例如「插入主要群組」。 字串一律會當地語系化。

適用於