StoreItemCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 StoreItemCollection 类的新实例。
重载
StoreItemCollection(IEnumerable<XmlReader>) |
使用指定的XMLReader初始化 StoreItemCollection 类的新实例。 |
StoreItemCollection(String[]) |
使用指定的文件路径初始化 StoreItemCollection 类的新实例。 |
StoreItemCollection(IEnumerable<XmlReader>)
使用指定的XMLReader初始化 StoreItemCollection 类的新实例。
public:
StoreItemCollection(System::Collections::Generic::IEnumerable<System::Xml::XmlReader ^> ^ xmlReaders);
public StoreItemCollection (System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);
new System.Data.Metadata.Edm.StoreItemCollection : seq<System.Xml.XmlReader> -> System.Data.Metadata.Edm.StoreItemCollection
Public Sub New (xmlReaders As IEnumerable(Of XmlReader))
参数
- xmlReaders
- IEnumerable<XmlReader>
用于创建元数据的 XML 读取器。
适用于
StoreItemCollection(String[])
使用指定的文件路径初始化 StoreItemCollection 类的新实例。
public:
StoreItemCollection(... cli::array <System::String ^> ^ filePaths);
public StoreItemCollection (params string[] filePaths);
new System.Data.Metadata.Edm.StoreItemCollection : string[] -> System.Data.Metadata.Edm.StoreItemCollection
Public Sub New (ParamArray filePaths As String())
参数
- filePaths
- String[]
用于创建元数据的文件路径。