다음을 통해 공유


ItemsViewAutomationPeer.CanSelectMultiple 속성

정의

둘 이상의 자식 요소를 동시에 선택할 수 있는지 여부를 지정하는 값을 가져옵니다.

public:
 property bool CanSelectMultiple { bool get(); };
bool CanSelectMultiple();
public bool CanSelectMultiple { get; }
var boolean = itemsViewAutomationPeer.canSelectMultiple;
Public ReadOnly Property CanSelectMultiple As Boolean

속성 값

Boolean

bool

True이면 둘 이상의 자식 요소를 동시에 선택할 수 있습니다. 그렇지 않으면 false입니다.

구현

적용 대상