MetadataExtensionMethods.GetPrimitiveTypes(EdmItemCollection, Version) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Edm の特定のバージョンのプリミティブ型のリストを取得します。
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetPrimitiveTypes(System::Data::Metadata::Edm::EdmItemCollection ^ itemCollection, Version ^ edmVersion);
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes (this System.Data.Metadata.Edm.EdmItemCollection itemCollection, Version edmVersion);
static member GetPrimitiveTypes : System.Data.Metadata.Edm.EdmItemCollection * Version -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>
<Extension()>
Public Function GetPrimitiveTypes (itemCollection As EdmItemCollection, edmVersion As Version) As ReadOnlyCollection(Of PrimitiveType)
パラメーター
- itemCollection
- EdmItemCollection
プリミティブ型のリストを取得する項目コレクション。
- edmVersion
- Version
使用する edm のバージョン。
戻り値
プリミティブ型のコレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET