XamlXmlReaderSettings 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 XamlXmlReaderSettings 类的新实例。
重载
XamlXmlReaderSettings() |
初始化 XamlXmlReaderSettings 类的新实例。 |
XamlXmlReaderSettings(XamlXmlReaderSettings) |
通过从现有 XamlXmlReaderSettings 对象中复制设置来初始化 XamlXmlReaderSettings 类的新实例。 |
XamlXmlReaderSettings()
初始化 XamlXmlReaderSettings 类的新实例。
public:
XamlXmlReaderSettings();
public XamlXmlReaderSettings ();
Public Sub New ()
适用于
XamlXmlReaderSettings(XamlXmlReaderSettings)
通过从现有 XamlXmlReaderSettings 对象中复制设置来初始化 XamlXmlReaderSettings 类的新实例。
public:
XamlXmlReaderSettings(System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReaderSettings (System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReaderSettings : System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReaderSettings
Public Sub New (settings As XamlXmlReaderSettings)
参数
- settings
- XamlXmlReaderSettings
要复制的现有 XamlXmlReaderSettings 对象。