英語で読む

次の方法で共有


IVsFilterNewProjectDlg Interface

Definition

Provides filtering for items in the New Project dialog box. Implemented by components wanting to filter.

C++/CX
public interface class IVsFilterNewProjectDlg
Attributes

Remarks

Register the implemented interface through the RegisterNewProjectDialogFilter method of the IVsRegisterNewDialogFilters interface, available through the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service.

Methods

FilterListItemByLocalizedName(String, Int32)

Filters items by localized name.

FilterListItemByTemplateFile(String, Int32)

Filters list items by template file.

FilterTreeItemByLocalizedName(String, Int32)

Filters tree items by localized name.

FilterTreeItemByTemplateDir(String, Int32)

Filters tree items by template directory name.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022