Condividi tramite


Proprietà EdmStructuredType.PropertiesDictionary

Ottiene le proprietà della chiave e del valore.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Protected ReadOnly Property PropertiesDictionary As IDictionary(Of String, IEdmProperty)
    Get
'Utilizzo
Dim value As IDictionary(Of String, IEdmProperty)

value = Me.PropertiesDictionary
protected IDictionary<string, IEdmProperty> PropertiesDictionary { get; }
protected:
property IDictionary<String^, IEdmProperty^>^ PropertiesDictionary {
    IDictionary<String^, IEdmProperty^>^ get ();
}
member PropertiesDictionary : IDictionary<string, IEdmProperty>
function get PropertiesDictionary () : IDictionary<String, IEdmProperty>

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<String, IEdmProperty>
Proprietà della chiave e del valore.

Vedere anche

Riferimento

EdmStructuredType Classe

Spazio dei nomi Microsoft.Data.Edm.Library