StoreItemCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe StoreItemCollection.
Sobrecargas
StoreItemCollection(IEnumerable<XmlReader>) |
Inicializa uma nova instância da classe StoreItemCollection usando o XMLReader especificado. |
StoreItemCollection(String[]) |
Inicializa uma nova instância da classe StoreItemCollection usando os caminhos de arquivo especificados. |
StoreItemCollection(IEnumerable<XmlReader>)
Inicializa uma nova instância da classe StoreItemCollection usando o XMLReader especificado.
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.
Aplica-se a
StoreItemCollection(String[])
Inicializa uma nova instância da classe StoreItemCollection usando os caminhos de arquivo especificados.
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.