IFilterProperties Interface

Allows an Extender to hide or override properties in the Properties window.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")> _
Public Interface IFilterProperties
'Usage
Dim instance As IFilterProperties
[GuidAttribute("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")]
public interface IFilterProperties
[GuidAttribute(L"AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")]
public interface class IFilterProperties
public interface IFilterProperties

Remarks

IFilterProperties should be implemented by an Automation Extender to filter one or more Extendee properties.

Note that IFilterProperties applies only to Automation Extenders that extend IDispatch-based objects. In other words, the Extender provider implements IExtenderProvider.

See Also

Reference

IFilterProperties Members

EnvDTE Namespace

Other Resources

Implementing and Using Automation Extenders