DesignSurfaceMergeContext::HasContext Method (Transaction^)

 

Returns true if the transaction contains DesignSurfaceMergeContext info, otherwise false.

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

public:
static bool HasContext(
	Transaction^ transaction
)

Parameters

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

The transaction to check to see if it contains DesignSurfaceMergeContext info.

Return Value

Type: System::Boolean
Return to top
Show: