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>
メタデータの作成に使用する XMLReader。
適用対象
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[]
メタデータの作成に使用するファイル パス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET