DesignerActionService.Remove 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
하나 이상의 스마트 태그 목록과 하나 이상의 구성 요소를 분리합니다.
오버로드
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
제거할 스마트 태그 목록입니다.
예외
actionList
은 null
입니다.
설명
이 버전의는 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
스마트 태그를 분리할 구성 요소입니다.
예외
comp
은 null
입니다.
설명
성공 하면 합니다 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 이벤트입니다.
추가 정보
적용 대상
.NET