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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET