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 值。

适用于