IFilterProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows an Extender to hide or override properties in the Properties window.
public interface class IFilterProperties
public interface class IFilterProperties
__interface IFilterProperties
[System.Runtime.InteropServices.Guid("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface IFilterProperties
[System.Runtime.InteropServices.Guid("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")]
public interface IFilterProperties
[<System.Runtime.InteropServices.Guid("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IFilterProperties = interface
[<System.Runtime.InteropServices.Guid("AADE1F59-6ACE-43D1-8FCA-42AF3A5C4F3C")>]
type IFilterProperties = interface
Public Interface IFilterProperties
- Attributes
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.
Methods
IsPropertyHidden(String) |
Returns whether the specified property is filtered (hidden or overridden) in the Properties window. |