DragDropHelper.GetCompositeView Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar den sammansatta vyinformationen.
Överlagringar
| Name | Description |
|---|---|
| GetCompositeView(WorkflowViewElement) |
Hämtar den sammansatta vyinformationen från det angivna arbetsflödesvyelementet. |
| GetCompositeView(DragEventArgs) |
Föråldrad.
Hämtar den sammansatta vyinformationen från de angivna dra-händelseargumenten. |
GetCompositeView(WorkflowViewElement)
Hämtar den sammansatta vyinformationen från det angivna arbetsflödesvyelementet.
public:
static System::Windows::UIElement ^ GetCompositeView(System::Activities::Presentation::WorkflowViewElement ^ workflowViewElement);
public static System.Windows.UIElement GetCompositeView(System.Activities.Presentation.WorkflowViewElement workflowViewElement);
static member GetCompositeView : System.Activities.Presentation.WorkflowViewElement -> System.Windows.UIElement
Public Shared Function GetCompositeView (workflowViewElement As WorkflowViewElement) As UIElement
Parametrar
- workflowViewElement
- WorkflowViewElement
Det WorkflowViewElement som tillhandahåller sammansatta vydata.
Returer
Ett element som innehåller användargränssnittsdata.
Gäller för
GetCompositeView(DragEventArgs)
Varning
This method does not support dragging multiple items. Use "public static UIElement GetCompositeView(WorkflowViewElement workflowViewElement)" instead.
Hämtar den sammansatta vyinformationen från de angivna dra-händelseargumenten.
public:
static System::Activities::Presentation::ICompositeView ^ GetCompositeView(System::Windows::DragEventArgs ^ e);
public static System.Activities.Presentation.ICompositeView GetCompositeView(System.Windows.DragEventArgs e);
[System.Obsolete("This method does not support dragging multiple items. Use "public static UIElement GetCompositeView(WorkflowViewElement workflowViewElement)" instead.")]
public static System.Activities.Presentation.ICompositeView GetCompositeView(System.Windows.DragEventArgs e);
static member GetCompositeView : System.Windows.DragEventArgs -> System.Activities.Presentation.ICompositeView
[<System.Obsolete("This method does not support dragging multiple items. Use "public static UIElement GetCompositeView(WorkflowViewElement workflowViewElement)" instead.")>]
static member GetCompositeView : System.Windows.DragEventArgs -> System.Activities.Presentation.ICompositeView
Public Shared Function GetCompositeView (e As DragEventArgs) As ICompositeView
Parametrar
En händelse som utlöses när användaren utför en dragåtgärd.
Returer
Den sammansatta vyinformationen.
- Attribut