IDropTargetProvider.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[] = iDropTargetProvider.dropEffects;
Public ReadOnly Property DropEffects As String()
屬性值
字串陣列,列舉卸載此專案時可能的置放效果。