次の方法で共有


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

この項目が削除されたときに発生する可能性のあるドロップ効果を列挙する文字列の配列。

適用対象