Condividi tramite


BindingOperations.IsDataBound(DependencyObject, DependencyProperty) Metodo

Definizione

Restituisce un valore che indica se la proprietà specificata è attualmente associata a dati.

public:
 static bool IsDataBound(System::Windows::DependencyObject ^ target, System::Windows::DependencyProperty ^ dp);
public static bool IsDataBound (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp);
static member IsDataBound : System.Windows.DependencyObject * System.Windows.DependencyProperty -> bool
Public Shared Function IsDataBound (target As DependencyObject, dp As DependencyProperty) As Boolean

Parametri

target
DependencyObject

Oggetto che include dp.

dp
DependencyProperty

Proprietà di dipendenza da controllare.

Restituisce

true se la proprietà specificata è associata ai dati; in caso contrario false.

Eccezioni

Se target è null.

Si applica a