ResourceType.LoadPropertiesDeclaredOnThisType Метод

Определение

Возвращает список свойств, объявленных данным типом ресурса.

protected:
 virtual System::Collections::Generic::IEnumerable<System::Data::Services::Providers::ResourceProperty ^> ^ LoadPropertiesDeclaredOnThisType();
protected virtual System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ResourceProperty> LoadPropertiesDeclaredOnThisType ();
abstract member LoadPropertiesDeclaredOnThisType : unit -> seq<System.Data.Services.Providers.ResourceProperty>
override this.LoadPropertiesDeclaredOnThisType : unit -> seq<System.Data.Services.Providers.ResourceProperty>
Protected Overridable Function LoadPropertiesDeclaredOnThisType () As IEnumerable(Of ResourceProperty)

Возвращаемое значение

Список свойств, объявленных для этого типа.

Комментарии

Метод LoadPropertiesDeclaredOnThisType позволяет отложить загрузку свойств типа ресурса. Этот метод LoadPropertiesDeclaredOnThisType вызывается только один раз — при обращении к свойству Properties или PropertiesDeclaredOnThisType.

Применяется к