다음을 통해 공유


ListViewBaseAutomationPeer.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[] = listViewBaseAutomationPeer.dropEffects;
Public ReadOnly Property DropEffects As String()

속성 값

String[]

Platform::String[]

winrt::hstring[]

이 항목이 삭제될 때 가능한 삭제 효과를 열거하는 문자열 배열입니다.

구현

적용 대상