ClassInterfaceAttribute.Value 属性

定义

获取 ClassInterfaceType 一个值,该值描述应为类生成哪种类型的接口。

public:
 property System::Runtime::InteropServices::ClassInterfaceType Value { System::Runtime::InteropServices::ClassInterfaceType get(); };
public System.Runtime.InteropServices.ClassInterfaceType Value { get; }
member this.Value : System.Runtime.InteropServices.ClassInterfaceType
Public ReadOnly Property Value As ClassInterfaceType

属性值

描述 ClassInterfaceType 应为类生成哪种类型的接口的值。

适用于