ResourceType.LoadPropertiesDeclaredOnThisType 方法
傳回此資源類型宣告之屬性的清單。
命名空間: System.Data.Services.Providers
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Protected Overridable Function LoadPropertiesDeclaredOnThisType As IEnumerable(Of ResourceProperty)
'用途
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>
傳回值
型別:System.Collections.Generic.IEnumerable<ResourceProperty>
在此類型上宣告之屬性的清單。
備註
LoadPropertiesDeclaredOnThisType 方法可讓您延後資源類型屬性的載入。 只有在已存取 Properties 或 PropertiesDeclaredOnThisType 屬性時,才會呼叫此 LoadPropertiesDeclaredOnThisType 方法一次。