XamlDeferLoadAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
또는 contentType
가 null
인 경우
추가 정보
적용 대상
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
또는 contentType
가 null
인 경우
추가 정보
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET