XamlDeferLoadAttribute 생성자

정의

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

오버로드

XamlDeferLoadAttribute(String, String)

형식의 문자열 이름을 사용하여 XamlDeferLoadAttribute 클래스의 새 인스턴스를 초기화합니다.

XamlDeferLoadAttribute(Type, Type)

CLR XamlDeferLoadAttribute 값을 사용하여 Type 클래스의 새 인스턴스를 초기화합니다.

XamlDeferLoadAttribute(String, String)

형식의 문자열 이름을 사용하여 XamlDeferLoadAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlDeferLoadAttribute(System::String ^ loaderType, System::String ^ contentType);
public XamlDeferLoadAttribute (string loaderType, string contentType);
new System.Windows.Markup.XamlDeferLoadAttribute : string * string -> System.Windows.Markup.XamlDeferLoadAttribute
Public Sub New (loaderType As String, contentType As String)

매개 변수

loaderType
String

지연 로드 동작에 사용할 구현에 대한 형식의 문자열 이름입니다.

contentType
String

지연 로드 동작의 대상/콘텐츠 형식에 대한 형식의 문자열 이름입니다.

예외

loaderType 또는 contentTypenull인 경우

추가 정보

적용 대상

XamlDeferLoadAttribute(Type, Type)

CLR XamlDeferLoadAttribute 값을 사용하여 Type 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlDeferLoadAttribute(Type ^ loaderType, Type ^ contentType);
public XamlDeferLoadAttribute (Type loaderType, Type contentType);
new System.Windows.Markup.XamlDeferLoadAttribute : Type * Type -> System.Windows.Markup.XamlDeferLoadAttribute
Public Sub New (loaderType As Type, contentType As Type)

매개 변수

loaderType
Type

지연 로드 동작에 사용할 구현에 대한 CLR Type 값입니다.

contentType
Type

지연 로드 동작의 대상/콘텐츠 형식에 대한 CLR Type 값입니다.

예외

loaderType 또는 contentTypenull인 경우

추가 정보

적용 대상