다음을 통해 공유


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 형식의 컬렉션입니다.

적용 대상