다음을 통해 공유


TypeProvider.IsSupportedPropertyResolver 속성

정의

지정된 속성이 대상 .NET Framework 지원되는지 여부를 결정하는 두 개의 매개 변수와 하나의 반환 값이 있는 메서드를 참조하는 대리자를 가져오거나 설정합니다.

public:
 property Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ IsSupportedPropertyResolver { Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ get(); void set(Func<System::Reflection::PropertyInfo ^, System::Object ^, bool> ^ value); };
public Func<System.Reflection.PropertyInfo,object,bool> IsSupportedPropertyResolver { get; set; }
member this.IsSupportedPropertyResolver : Func<System.Reflection.PropertyInfo, obj, bool> with get, set
Public Property IsSupportedPropertyResolver As Func(Of PropertyInfo, Object, Boolean)

속성 값

Func<PropertyInfo,Object,Boolean>

지정된 속성이 대상 .NET Framework 지원되는지 여부를 결정하는 두 개의 매개 변수와 하나의 반환 값이 있는 메서드를 참조하는 대리자입니다.

적용 대상