MetadataItem.GetGeneralFacetDescriptions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回有关指定类型的常规方面的说明列表。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> GetGeneralFacetDescriptions();
static member GetGeneralFacetDescriptions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>
Public Shared Function GetGeneralFacetDescriptions () As ReadOnlyCollection(Of FacetDescription)
返回
一个 ReadOnlyCollection<T> 对象,表示有关指定类型的常规方面的说明列表。
- 属性