ToolboxItemContainer.GetFilter(ICollection) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ToolboxItemFilterAttribute의 현재 필터를 나타내는 ToolboxItem 개체의 컬렉션을 반환합니다.
public:
virtual System::Collections::ICollection ^ GetFilter(System::Collections::ICollection ^ creators);
public virtual System.Collections.ICollection GetFilter (System.Collections.ICollection creators);
abstract member GetFilter : System.Collections.ICollection -> System.Collections.ICollection
override this.GetFilter : System.Collections.ICollection -> System.Collections.ICollection
Public Overridable Function GetFilter (creators As ICollection) As ICollection
매개 변수
- creators
- ICollection
ToolboxItemCreator 개체의 컬렉션입니다.
반환
ToolboxItemFilterAttribute 개체의 컬렉션입니다. null
은 반환하지 않습니다.
설명
creators
매개 변수는 컬렉션인 ToolboxItemCreator 사용자 지정을 나타내는 개체를 ToolboxItem 작성자 필터 생성 될 때 포함 해야 하는. 사용자 지정 작성자 필터에 영향을 줄 수 있습니다. 이 매개 변수 수 null
작성자 필요 하지 않으면 됩니다.
에 저장 된 형식에는 ToolboxItem 상호 연결 하는 필터가 있을 수도 있습니다. 디자이너에 배치할 수 있는 도구를 제한할 필터를 사용할 수 있습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET