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

適用対象