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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET