UnplacedShapesContext.HasUnplacedShapesContext(Transaction) 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.
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.