ComClassAttribute.InterfaceShadows 属性

定义

指示 COM 接口名称是否隐藏类或基类的另一个成员。

public:
 property bool InterfaceShadows { bool get(); void set(bool value); };
public bool InterfaceShadows { get; set; }
member this.InterfaceShadows : bool with get, set
Public Property InterfaceShadows As Boolean

属性值

一个 Boolean 值,它指示 COM 接口名称会隐藏类或基类的另一个成员。

注解

当成员使用与另一个成员相同的名称时,将隐藏。

适用于

另请参阅