IFilterProperties Interface
Visual Studio 2015
Allows an Extender to hide or override properties in the Properties window.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | IsPropertyHidden(String^) | Returns whether the specified property is filtered (hidden or overridden) in the Properties window. |
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.
Show:
