Condividi tramite


Selector.GetIsSelected(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata IsSelected che indica se un elemento è selezionato.

public:
 static bool GetIsSelected(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static bool GetIsSelected (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetIsSelected : System.Windows.DependencyObject -> bool
Public Shared Function GetIsSelected (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Oggetto su cui eseguire query riguardo alla proprietà IsSelected.

Restituisce

Boolean

Valore booleano, true se la proprietà IsSelected è true.

Attributi

Si applica a