IDragProvider.DropEffects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of strings that enumerates possible drop effects when this item is dropped.
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()
Property Value
An array of strings that enumerates possible drop effects when this item is dropped.