CollectionEditor.CanSelectMultipleInstances 메서드

정의

동시에 여러 컬렉션 항목을 선택할 수 있는지 여부를 나타냅니다.

protected:
 virtual bool CanSelectMultipleInstances();
protected virtual bool CanSelectMultipleInstances ();
abstract member CanSelectMultipleInstances : unit -> bool
override this.CanSelectMultipleInstances : unit -> bool
Protected Overridable Function CanSelectMultipleInstances () As Boolean

반환

동시에 여러 컬렉션 멤버를 선택할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본적으로 이 속성은 true를 반환합니다.

설명

이 메서드는 컬렉션 편집기 대화 상자 내에서 여러 컬렉션 멤버를 선택할 수 있는지 여부를 나타냅니다.

적용 대상