共用方式為


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 方法可讓您延後資源類型屬性的載入。 只有在已存取 LoadPropertiesDeclaredOnThisTypeProperties 屬性時,才會呼叫此 PropertiesDeclaredOnThisType 方法一次。

適用於