共用方式為


ListViewBaseAutomationPeer.DropEffects 屬性

定義

取得字串陣列,這個陣列會列舉卸載這個專案時的可能卸載效果。

public:
 property Platform::Array <Platform::String ^> ^ DropEffects { Platform::Array <Platform::String ^> ^ get(); };
winrt::array_view <winrt::hstring const&> DropEffects();
public string[] DropEffects { get; }
var string[] = listViewBaseAutomationPeer.dropEffects;
Public ReadOnly Property DropEffects As String()

屬性值

String[]

Platform::String[]

winrt::hstring[]

字串陣列,列舉卸載此專案時可能的卸載效果。

實作

適用於