Condividi tramite


Metodo ResourceType.LoadPropertiesDeclaredOnThisType

Restituisce un elenco di proprietà dichiarate da questo tipo di risorsa.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Protected Overridable Function LoadPropertiesDeclaredOnThisType As IEnumerable(Of ResourceProperty)
'Utilizzo
Dim returnValue As IEnumerable(Of ResourceProperty)

returnValue = Me.LoadPropertiesDeclaredOnThisType()
protected virtual IEnumerable<ResourceProperty> LoadPropertiesDeclaredOnThisType()
protected:
virtual IEnumerable<ResourceProperty^>^ LoadPropertiesDeclaredOnThisType()
abstract LoadPropertiesDeclaredOnThisType : unit -> IEnumerable<ResourceProperty> 
override LoadPropertiesDeclaredOnThisType : unit -> IEnumerable<ResourceProperty> 
protected function LoadPropertiesDeclaredOnThisType() : IEnumerable<ResourceProperty>

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<ResourceProperty>
L'elenco di proprietà dichiarate su questo tipo.

Osservazioni

Il metodo LoadPropertiesDeclaredOnThisType consente di rinviare il caricamento delle proprietà di un tipo di risorsa. Questo metodo LoadPropertiesDeclaredOnThisType viene chiamato solo una volta quando viene eseguito l'accesso alle proprietà Properties o PropertiesDeclaredOnThisType.

Vedere anche

Riferimento

ResourceType Classe

Spazio dei nomi System.Data.Services.Providers