StyleCollection.Contains(Style) 메서드

정의

지정된 스타일이 컬렉션 내에 포함되어 있는지 여부를 확인합니다.

public:
 bool Contains(System::Web::UI::WebControls::Style ^ style);
public bool Contains(System.Web.UI.WebControls.Style style);
member this.Contains : System.Web.UI.WebControls.Style -> bool
Public Function Contains (style As Style) As Boolean

매개 변수

style
Style

Style 컬렉션 내에서 찾을 위치입니다.

반품

true스타일이 컬렉션에 있으면 이고, 그렇지 않으면 . false

설명

메서드는 Contains 개체에 메서드를 사용하여 같음을 EqualsStyle 결정합니다.

적용 대상

추가 정보