このリソースの種類で宣言されたプロパティの一覧を返します。
名前空間: 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 メソッドを使用すると、リソースの種類のプロパティの読み込みを遅らせることができます。 この LoadPropertiesDeclaredOnThisType メソッドは、Properties または PropertiesDeclaredOnThisType プロパティにアクセスするときに 1 回だけ呼び出されます。