L'operatore 'operator' non è definito per i tipi 'type1' e 'type2'

Aggiornamento: novembre 2007

Messaggio di errore

L'operatore 'operator' non è definito per i tipi 'type1' e 'type2'. È possibile utilizzare la proprietà 'Value' per ottenere il valore di stringa del primo elemento di '<parentElement>'.
Operator 'operator' is not defined for types 'type1' and 'type2'. You can use the 'Value' property to get the string value of the first element of '<parentElement>'.

Un valore letterale XML è stato utilizzato in confronto Boolean o binario.

ID errore: BC31195

Per correggere l'errore

  • Utilizzare la proprietà Value del valore letterale XML per il confronto Boolean o binario.

Vedere anche

Altre risorse

Valori letterali XML

XML in Visual Basic