DropTargetContext::GetDropLocation Method (Transaction^)

 

Gets the drop location from the specified transaction.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static PointD GetDropLocation(
	Transaction^ transaction
)

Parameters

transaction
Type: Microsoft.VisualStudio.Modeling::Transaction^

The transaction to check for the drop target context.

The drop location returned is the value saved to the specified transaction by an earlier call to the static method AddDropTargetContext.

Return to top
Show: