PrimitiveType.FacetDescriptions 屬性

定義

取得此 PrimitiveType事的面描述清單。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ FacetDescriptions { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> FacetDescriptions { get; }
member this.FacetDescriptions : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public ReadOnly Property FacetDescriptions As ReadOnlyCollection(Of FacetDescription)

屬性值

一個包含此 ReadOnlyCollection<T>面描述列表的類型PrimitiveType集合。

適用於