Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Test whether a given model element is acceptable to this ConnectionBuilder as the source of a connection.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Shared Function CanAcceptSource ( _
candidate As ModelElement _
) As Boolean
public static bool CanAcceptSource(
ModelElement candidate
)
public:
static bool CanAcceptSource(
ModelElement^ candidate
)
static member CanAcceptSource :
candidate:ModelElement -> bool
public static function CanAcceptSource(
candidate : ModelElement
) : boolean
Parameters
- candidate
Type: Microsoft.VisualStudio.Modeling.ModelElement
The model element to test.
Return Value
Type: System.Boolean
Whether the element can be used as the source of a connection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.