InkCanvasSelectionChangingEventArgs.SetSelectedElements Méthode

Définition

Définit les éléments sélectionnés.

public:
 void SetSelectedElements(System::Collections::Generic::IEnumerable<System::Windows::UIElement ^> ^ selectedElements);
public void SetSelectedElements (System.Collections.Generic.IEnumerable<System.Windows.UIElement> selectedElements);
member this.SetSelectedElements : seq<System.Windows.UIElement> -> unit
Public Sub SetSelectedElements (selectedElements As IEnumerable(Of UIElement))

Paramètres

selectedElements
IEnumerable<UIElement>

Les éléments à sélectionner.

Exceptions

selectedElements a la valeur null.

S’applique à