'DeclarationPublic Function ContainsMixedReference() As Boolean
'UsageDim 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.