PrimitiveType.FacetDescriptions Proprietà

Definizione

Ottiene l'elenco di descrizioni dei facet per 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)

Valore della proprietà

Raccolta di tipo ReadOnlyCollection<T> che contiene l'elenco di descrizioni dei facet per PrimitiveType.

Si applica a