IDragProvider.DropEffects 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字符串数组,这些字符串枚举删除此项时可能的放置效果。
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[] = iDragProvider.dropEffects;
Public ReadOnly Property DropEffects As String()
属性值
一个字符串数组,枚举删除此项时可能的放置效果。