Partager via


AdornerProperties.GetTask, méthode

Reçoit la tâche pour l'ornement spécifié.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared Function GetTask ( _
    adorner As DependencyObject _
) As Task
public static Task GetTask(
    DependencyObject adorner
)
public:
static Task^ GetTask(
    DependencyObject^ adorner
)
static member GetTask : 
        adorner:DependencyObject -> Task 
public static function GetTask(
    adorner : DependencyObject
) : Task

Paramètres

Valeur de retour

Type : Microsoft.Windows.Design.Interaction.Task
Task associé à adorner.

Exceptions

Exception Condition
ArgumentNullException

adorner est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

AdornerProperties Classe

Microsoft.Windows.Design.Interaction, espace de noms

Task

AdornerPanel

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Architecture d'ornement