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 값입니다.

적용 대상