Aracılığıyla paylaş


DragDropHelper.GetCompositeView Yöntem

Tanım

Bileşik görünüm bilgilerini alır.

Aşırı Yüklemeler

GetCompositeView(WorkflowViewElement)

Belirtilen iş akışı görünümü öğesinden bileşik görünüm bilgilerini alır.

GetCompositeView(DragEventArgs)
Geçersiz.

Belirtilen sürükleme olayı bağımsız değişkenlerinden bileşik görünüm bilgilerini alır.

GetCompositeView(WorkflowViewElement)

Belirtilen iş akışı görünümü öğesinden bileşik görünüm bilgilerini alır.

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

Parametreler

workflowViewElement
WorkflowViewElement

WorkflowViewElement Bileşik görünüm verilerini sağlayan.

Döndürülenler

Kullanıcı arabirimi verilerini içeren bir öğe.

Şunlara uygulanır

GetCompositeView(DragEventArgs)

Dikkat

This method does not support dragging multiple items. Use "public static UIElement GetCompositeView(WorkflowViewElement workflowViewElement)" instead.

Belirtilen sürükleme olayı bağımsız değişkenlerinden bileşik görünüm bilgilerini alır.

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

Parametreler

e
DragEventArgs

Kullanıcı bir sürükleme işlemi gerçekleştirdiğinde tetiklenen bir olay.

Döndürülenler

Bileşik görünüm bilgileri.

Öznitelikler

Şunlara uygulanır