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

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

반품

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

적용 대상