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> 개체입니다.

적용 대상