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
[GuidAttribute("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")]
public interface IFilterProperties
[GuidAttribute(L"AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")]
public interface class IFilterProperties
[<GuidAttribute("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")>]
type IFilterProperties =  interface end
public interface IFilterProperties

The IFilterProperties type exposes the following members.

Methods

  Name Description
Public method IsPropertyHidden Returns whether the specified property is filtered (hidden or overridden) in the Properties window.

Top

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

EnvDTE Namespace

Other Resources

Implementing and Using Automation Extenders