CreateDiagramElementMap.CanAcceptSource(ModelElement) 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.
Can this connection builder accept the given element as its connection source
public:
static bool CanAcceptSource(Microsoft::VisualStudio::Modeling::ModelElement ^ sourceElement);
public static bool CanAcceptSource (Microsoft.VisualStudio.Modeling.ModelElement sourceElement);
static member CanAcceptSource : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Shared Function CanAcceptSource (sourceElement As ModelElement) As Boolean
Parameters
- sourceElement
- ModelElement