메소드 | 설명 | |
---|---|---|
LoadComponent ( dynamic scope, |
Loads XAML from the specified stream and returns the deserialized object. Any event handlers are bound to methods defined in the provided Scope and converted using the provided DynamicOperations object.
|
|
LoadComponent ( dynamic scope, |
Loads XAML from the specified TextReader and returns the deserialized object. Any event handlers are bound to methods defined in the provided Scope and converted using the provided DynamicOperations object.
|
|
LoadComponent ( dynamic scope, |
Loads XAML from the specified XamlXmlReader and returns the deserialized object. Any event handlers are bound to methods defined in the provided Scope and converted using the provided DynamicOperations object.
|
|
LoadComponent ( dynamic scope, |
Loads XAML from the specified XmlReader and returns the deserialized object. Any event handlers are bound to methods defined in the provided Scope and converted using the provided DynamicOperations object.
|
|
LoadComponent ( dynamic scope, |
Loads XAML from the specified filename and returns the deserialized object. Any event handlers are bound to methods defined in the provided Scope and converted using the provided DynamicOperations object.
|
public static LoadComponent ( dynamic scope, |
||
scope | dynamic | |
operations | ||
stream | Stream | |
schemaContext | ||
리턴 | object |
public static LoadComponent ( dynamic scope, |
||
scope | dynamic | |
operations | ||
reader | ||
schemaContext | ||
리턴 | object |
public static LoadComponent ( dynamic scope, |
||
scope | dynamic | |
operations | ||
reader | ||
리턴 | object |
public static LoadComponent ( dynamic scope, |
||
scope | dynamic | |
operations | ||
reader | XmlReader | |
schemaContext | ||
리턴 | object |
public static LoadComponent ( dynamic scope, |
||
scope | dynamic | |
operations | ||
filename | string | |
schemaContext | ||
리턴 | object |