MetadataItem.GetGeneralFacetDescriptions Method

Definition

Returns the list of the general facet descriptions for a specified type.

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)

Returns

A ReadOnlyCollection<T> object that represents the list of the general facet descriptions for a specified type.

Applies to