ListViewBaseAutomationPeer.DropEffect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,指出卸載專案時會發生什麼情況。
public:
property Platform::String ^ DropEffect { Platform::String ^ get(); };
winrt::hstring DropEffect();
public string DropEffect { get; }
var string = listViewBaseAutomationPeer.dropEffect;
Public ReadOnly Property DropEffect As String
屬性值
字串,表示卸載專案時會發生什麼事。
實作
備註
當置放目標模棱兩可時,此屬性與可拖曳的專案相關。 在此情況下, ListViewBase 拖曳原點會建議透過此屬性卸載的效果。 置放目標可以選擇使用 DropEffect 值,而不是目標的預設置放效果。