IFilterTokenValues Interface
Specifies the filtering logic to run when a project or item is instantiated from a template.
Namespace: Microsoft.VisualStudio.TemplateWizard
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)
Syntax
'Declaration
Public Interface IFilterTokenValues
public interface IFilterTokenValues
public interface class IFilterTokenValues
type IFilterTokenValues = interface end
public interface IFilterTokenValues
The IFilterTokenValues type exposes the following members.
Methods
Name | Description | |
---|---|---|
FilterReplacementTokens | Specifies the filtering logic to run when a project or item is instantiated from a template. |
Top