InterfaceTypeAttribute.Value 属性

定义

获取 ComInterfaceType 值,该值描述应如何向 COM 公开接口。

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

属性值

ComInterfaceType

ComInterfaceType 值,该值描述应如何向 COM 公开接口。

适用于