Share via


DefaultInterfaceAttribute(Type) 생성자

정의

DefaultInterfaceAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 DefaultInterfaceAttribute(Type ^ defaultInterface);
public DefaultInterfaceAttribute (Type defaultInterface);
new System.Runtime.InteropServices.WindowsRuntime.DefaultInterfaceAttribute : Type -> System.Runtime.InteropServices.WindowsRuntime.DefaultInterfaceAttribute
Public Sub New (defaultInterface As Type)

매개 변수

defaultInterface
Type

특성이 적용되는 클래스에 대한 기본 인터페이스로 지정되는 인터페이스 형식입니다.

적용 대상