MetadataItem.GetGeneralFacetDescriptions メソッド

定義

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

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetGeneralFacetDescriptions();
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetGeneralFacetDescriptions ();
static member GetGeneralFacetDescriptions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public Shared Function GetGeneralFacetDescriptions () As ReadOnlyCollection(Of FacetDescription)

戻り値

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

適用対象