IFilterProperties 接口

定义

允许扩展程序在 " 属性 " 窗口中隐藏或重写属性。

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")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IFilterProperties = interface
Public Interface IFilterProperties
属性

注解

IFilterProperties 应由自动化扩展程序实现,以筛选一个或多个 Extendee 属性。

请注意, IFilterProperties 仅适用于扩展基于 IDispatch 的对象的自动化扩展程序。 换言之,扩展器提供程序实现了既也。

方法

IsPropertyHidden(String)

返回指定的属性是在 " 属性 " 窗口中 (隐藏还是重写) 进行筛选。

适用于