次の方法で共有


MetadataItem.GetGeneralFacetDescriptions メソッド

定義

指定された型に対する一般的なファセットの説明の一覧を返します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> GetGeneralFacetDescriptions ();
static member GetGeneralFacetDescriptions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>
Public Shared Function GetGeneralFacetDescriptions () As ReadOnlyCollection(Of FacetDescription)

戻り値

指定された型に対する一般的なファセットの説明の一覧を表す ReadOnlyCollection<T> オブジェクト。

属性

適用対象