UnplacedShapesContext.HasUnplacedShapesContext(Transaction) Method

Definition

Gets a value indicating whether any unplaced shapes context is available from the specified transaction.

public:
 static bool HasUnplacedShapesContext(Microsoft::VisualStudio::Modeling::Transaction ^ transaction);
public static bool HasUnplacedShapesContext (Microsoft.VisualStudio.Modeling.Transaction transaction);
static member HasUnplacedShapesContext : Microsoft.VisualStudio.Modeling.Transaction -> bool
Public Shared Function HasUnplacedShapesContext (transaction As Transaction) As Boolean

Parameters

transaction
Transaction

The transaction to check for the drop target context.

Returns

true if unplaced shapes context information is available from the specified transaction.

Applies to