DesignerActionService.Remove 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
하나 이상의 구성 요소에서 하나 이상의 스마트 태그 목록을 분리합니다.
오버로드
| Name | Description |
|---|---|
| Remove(DesignerActionList) |
현재 서비스에서 관리하는 모든 구성 요소에서 지정된 스마트 태그 목록을 제거합니다. |
| Remove(IComponent) |
지정된 구성 요소와 연결된 모든 스마트 태그 목록을 제거합니다. |
| Remove(IComponent, DesignerActionList) |
지정된 구성 요소에서 지정된 스마트 태그 목록을 제거합니다. |
Remove(DesignerActionList)
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
현재 서비스에서 관리하는 모든 구성 요소에서 지정된 스마트 태그 목록을 제거합니다.
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)
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
지정된 구성 요소와 연결된 모든 스마트 태그 목록을 제거합니다.
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)
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
- Source:
- DesignerActionService.cs
지정된 구성 요소에서 지정된 스마트 태그 목록을 제거합니다.
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 .