StoreItemCollection Construtores

Definição

Inicializa uma nova instância da classe StoreItemCollection.Initializes a new instance of the StoreItemCollection class.

Sobrecargas

StoreItemCollection(IEnumerable<XmlReader>)

Inicializa uma nova instância da classe StoreItemCollection usando o XMLReader especificado.Initializes a new instance of the StoreItemCollection class using the specified XMLReader.

StoreItemCollection(String[])

Inicializa uma nova instância da classe StoreItemCollection usando os caminhos de arquivo especificados.Initializes a new instance of the StoreItemCollection class using the specified file paths.

StoreItemCollection(IEnumerable<XmlReader>)

Inicializa uma nova instância da classe StoreItemCollection usando o XMLReader especificado.Initializes a new instance of the StoreItemCollection class using the specified XMLReader.

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))

Parâmetros

xmlReaders
IEnumerable<XmlReader>

O XMLReader usado para criar metadados.The XMLReader used to create metadata.

Aplica-se a

StoreItemCollection(String[])

Inicializa uma nova instância da classe StoreItemCollection usando os caminhos de arquivo especificados.Initializes a new instance of the StoreItemCollection class using the specified file paths.

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())

Parâmetros

filePaths
String[]

Os caminhos de arquivo usados para criar metadados.The file paths used to create metadata.

Aplica-se a