DataBinder.IsBindableType(Type) 메서드

정의

지정된 데이터 형식을 바인딩할 수 있는지 여부를 확인합니다.

public:
 static bool IsBindableType(Type ^ type);
public static bool IsBindableType (Type type);
static member IsBindableType : Type -> bool
Public Shared Function IsBindableType (type As Type) As Boolean

매개 변수

type
Type

테스트할 데이터 형식을 나타내는 Type입니다.

반환

Boolean

컨트롤에서 자동으로 데이터 바인딩될 수 있는 형식의 경우 true이며, 그렇지 않으면 false입니다.

적용 대상