AdornerProperties.SetTask(DependencyObject, Task) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void SetTask(System::Windows::DependencyObject ^ adorner, Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::Task ^ value);
public static void SetTask (System.Windows.DependencyObject adorner, Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.Task value);
static member SetTask : System.Windows.DependencyObject * Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.Task -> unit
Public Shared Sub SetTask (adorner As DependencyObject, value As Task)
Parameters
- adorner
- DependencyObject
- value
- Task