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[]

一个字符串数组,枚举删除此项时可能的放置效果。

适用于