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 메서드를 사용하면 리소스 형식의 속성 로드를 지연할 수 있습니다. 이 LoadPropertiesDeclaredOnThisType 메서드는 Properties 또는 PropertiesDeclaredOnThisType 속성이 처리될 때 한 번만 호출됩니다.