TreeNodeStyleCollection.Contains(TreeNodeStyle) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 TreeNodeStyle 개체가 컬렉션에 있는지 여부를 확인합니다.
public:
bool Contains(System::Web::UI::WebControls::TreeNodeStyle ^ style);
public bool Contains (System.Web.UI.WebControls.TreeNodeStyle style);
member this.Contains : System.Web.UI.WebControls.TreeNodeStyle -> bool
Public Function Contains (style As TreeNodeStyle) As Boolean
매개 변수
- style
- TreeNodeStyle
찾을 TreeNodeStyle입니다.
반환
지정된 TreeNodeStyle 개체가 컬렉션에 들어 있으면 true
이고, 그렇지 않으면 false
입니다.
설명
사용 하 여는 Contains 결정 하는 방법 여부를 TreeNodeStyle 개체가 포함 된를 TreeNodeStyleCollection 개체입니다. 합니다 Contains 메서드는 일반적으로의 존재 여부를 테스트 하는 데 사용 됩니다는 TreeNodeStyle 추가 하거나 컬렉션에서 노드를 제거 하는 등의 작업을 수행 하기 전에 개체입니다.