Share via


IDropTargetProvider.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[] = iDropTargetProvider.dropEffects;
Public ReadOnly Property DropEffects As String()

屬性值

String[]

Platform::String[]

winrt::hstring[]

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

適用於