DropTargetContext.HasDropTargetContext(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 drop target context is available from the specified transaction.
public:
static bool HasDropTargetContext(Microsoft::VisualStudio::Modeling::Transaction ^ transaction);
public static bool HasDropTargetContext (Microsoft.VisualStudio.Modeling.Transaction transaction);
static member HasDropTargetContext : Microsoft.VisualStudio.Modeling.Transaction -> bool
Public Shared Function HasDropTargetContext (transaction As Transaction) As Boolean
Parameters
- transaction
- Transaction
The transaction to check for the drop target context.
Returns
true if drop target context information is available from the specified transaction.