ComDefaultInterfaceAttribute.Value 属性

定义

获取 Type 对象,该对象指定要向 COM 公开的默认接口。

public:
 property Type ^ Value { Type ^ get(); };
public Type Value { get; }
member this.Value : Type
Public ReadOnly Property Value As Type

属性值

指定要向 COM 公开的默认接口的 Type 对象。

适用于