다음을 통해 공유


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

적용 대상