IDragProvider.DropEffect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,指出卸載專案時會發生什麼情況。
public:
property Platform::String ^ DropEffect { Platform::String ^ get(); };
winrt::hstring DropEffect();
public string DropEffect { get; }
var string = iDragProvider.dropEffect;
Public ReadOnly Property DropEffect As String
屬性值
字串,表示卸載專案時會發生什麼事。
備註
此屬性描述在目標上卸載擷取專案時所發生的預設效果,例如移動或複製專案。 如果這個專案未實作拖放的僅限來源樣式,則此屬性為 Null;也就是說,如果置放目標定義自己的置放效果,則為 。 此屬性可以是簡短字串,例如 「move」,或較長的字串,例如「插入 Main 群組」。 字串一律會當地語系化。