다음을 통해 공유


XamlType.ConstructionRequiresArguments 속성

정의

XamlType에 인수(x:TypeArguments, 초기화 텍스트 또는 기타 XAML 기술을 통한 일반 제약 조건)가 있어야 해당 형식의 유효한 인스턴스를 생성할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool ConstructionRequiresArguments { bool get(); };
public bool ConstructionRequiresArguments { get; }
member this.ConstructionRequiresArguments : bool
Public ReadOnly Property ConstructionRequiresArguments As Boolean

속성 값

Boolean

인스턴스를 생성하기 위해 일부 인수 값이 필요하면 true이고, 그렇지 않으면 false입니다.

설명

기본 내부 CLR 리플렉션 기술을 사용하지 않는 경우 이 속성에 대한 XamlType호출은 파생 클래스에서 XamlType 재정의를 호출 LookupConstructionRequiresArguments 할 수 있습니다. 반환 값 및 기타 동작에 대한 자세한 내용은 이 형식에 대한 LookupConstructionRequiresArguments 설명서를 참조하세요.

적용 대상