ComDefaultInterfaceAttribute.Value 属性

定义

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

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

属性值

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

适用于