InterfaceTypeAttribute.Value 속성

정의

인터페이스를 COM에 노출하는 방법을 설명하는 ComInterfaceType 값을 가져옵니다.

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

속성 값

인터페이스를 COM에 노출하는 방법을 설명하는 ComInterfaceType 값입니다.

적용 대상