Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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.