'Declaration
Public Function ContainsMixedReference() As Boolean
'Usage
Dim instance As Expression Dim value As Boolean value = instance.ContainsMixedReference()
public bool ContainsMixedReference()
Return Value
true
if the expression contains both of relative reference and absolute reference; otherwise, false
.