다음을 통해 공유


IHtmlControlDesignerBehavior.RemoveStyleAttribute 메서드

정의

지정된 스타일 특성을 제거합니다.

public:
 void RemoveStyleAttribute(System::String ^ attribute, bool designTimeOnly, bool ignoreCase);
public void RemoveStyleAttribute (string attribute, bool designTimeOnly, bool ignoreCase);
abstract member RemoveStyleAttribute : string * bool * bool -> unit
Public Sub RemoveStyleAttribute (attribute As String, designTimeOnly As Boolean, ignoreCase As Boolean)

매개 변수

attribute
String

제거할 스타일 특성입니다.

designTimeOnly
Boolean

특성이 디자인 타임에만 활성화되면 true이고, 그렇지 않으면 false입니다.

ignoreCase
Boolean

특성 구문이 대/소문자를 구분하지 않으면 true이고, 그렇지 않으면 false입니다.

적용 대상