ResourceType.LoadPropertiesDeclaredOnThisType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此资源类型所声明的属性的列表。
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 方法。