다음을 통해 공유


TreeNodeCollection.Find(String, Boolean) 메서드

정의

지정된 키가 있는 트리 노드를 찾고 선택적으로 하위 노드를 검색합니다.

public:
 cli::array <System::Windows::Forms::TreeNode ^> ^ Find(System::String ^ key, bool searchAllChildren);
public System.Windows.Forms.TreeNode[] Find (string key, bool searchAllChildren);
member this.Find : string * bool -> System.Windows.Forms.TreeNode[]
Public Function Find (key As String, searchAllChildren As Boolean) As TreeNode()

매개 변수

key
String

검색할 트리 노드의 이름입니다.

searchAllChildren
Boolean

트리 노드의 자식 노드를 검색하면 true이고, 그렇지 않으면 false입니다.

반환

TreeNode[]

지정된 키와 일치하는 TreeNode 속성이 있는 Name 개체의 배열입니다.

예외

.NET 5 이상: key 비어 null 있거나 비어 있습니다.

설명

Name 키에 해당 하는 속성을 TreeNodeTreeNodeCollection합니다.

키 비교는 대/소문자 구분 하지 않습니다. 매개 변수가 key null 빈 문자열이거나 일치하는 항목이 없는 경우 속성은 Item[] 빈 배열을 반환합니다..

적용 대상