ToolStripItemCollection.Find(String, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이름을 기준으로 항목을 검색하고 일치하는 모든 컨트롤의 배열을 반환합니다.
public:
cli::array <System::Windows::Forms::ToolStripItem ^> ^ Find(System::String ^ key, bool searchAllChildren);
public System.Windows.Forms.ToolStripItem[] Find (string key, bool searchAllChildren);
member this.Find : string * bool -> System.Windows.Forms.ToolStripItem[]
Public Function Find (key As String, searchAllChildren As Boolean) As ToolStripItem()
매개 변수
- key
- String
ToolStripItemCollection에서 검색할 항목 이름입니다.
- searchAllChildren
- Boolean
key
매개 변수에 지정된 ToolStripItem의 자식 항목을 검색하려면 true
로 설정하고, 그렇지 않으면 false
로 설정합니다.
반환
검색 결과의 ToolStripItem 배열입니다.
예외
key
매개 변수가 null
이거나 비어 있는 경우