DesignerActionService.Remove 메서드

정의

하나 이상의 스마트 태그 목록과 하나 이상의 구성 요소를 분리합니다.

오버로드

Remove(DesignerActionList)

현재 서비스에서 관리하는 모든 구성 요소에서 특정 스마트 태그 목록을 제거합니다.

Remove(IComponent)

지정된 구성 요소에 연결된 모든 스마트 태그 목록을 제거합니다.

Remove(IComponent, DesignerActionList)

특정 구성 요소에서 특정 스마트 태그 목록을 제거합니다.

Remove(DesignerActionList)

현재 서비스에서 관리하는 모든 구성 요소에서 특정 스마트 태그 목록을 제거합니다.

public:
 void Remove(System::ComponentModel::Design::DesignerActionList ^ actionList);
public void Remove (System.ComponentModel.Design.DesignerActionList actionList);
member this.Remove : System.ComponentModel.Design.DesignerActionList -> unit
Public Sub Remove (actionList As DesignerActionList)

매개 변수

actionList
DesignerActionList

제거할 스마트 태그 목록입니다.

예외

actionListnull입니다.

설명

이 버전의는 Remove 메서드는 디자인 도구 개발자가 일반적으로 사용, 구성 요소가 현재 디자인 공간에 있는 구성 요소 개발자가 일반적으로 알지 못하는 어떤 다른 때문입니다.

성공 하면이 메서드를 발생 시킵니다는 DesignerActionListsChanged 이벤트입니다.

추가 정보

적용 대상

Remove(IComponent)

지정된 구성 요소에 연결된 모든 스마트 태그 목록을 제거합니다.

public:
 void Remove(System::ComponentModel::IComponent ^ comp);
public void Remove (System.ComponentModel.IComponent comp);
member this.Remove : System.ComponentModel.IComponent -> unit
Public Sub Remove (comp As IComponent)

매개 변수

comp
IComponent

스마트 태그를 분리할 구성 요소입니다.

예외

compnull입니다.

설명

성공 하면 합니다 Remove 메서드를 발생 시킵니다는 DesignerActionListsChanged 이벤트입니다.

추가 정보

적용 대상

Remove(IComponent, DesignerActionList)

특정 구성 요소에서 특정 스마트 태그 목록을 제거합니다.

public:
 void Remove(System::ComponentModel::IComponent ^ comp, System::ComponentModel::Design::DesignerActionList ^ actionList);
public void Remove (System.ComponentModel.IComponent comp, System.ComponentModel.Design.DesignerActionList actionList);
member this.Remove : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionList -> unit
Public Sub Remove (comp As IComponent, actionList As DesignerActionList)

매개 변수

comp
IComponent

스마트 태그를 분리할 구성 요소입니다.

actionList
DesignerActionList

제거할 스마트 태그 목록입니다.

예외

매개 변수 중 하나 또는 둘 다가 null입니다.

설명

성공 하면 합니다 Remove 메서드를 발생 시킵니다는 DesignerActionListsChanged 이벤트입니다.

추가 정보

적용 대상