Implicitly converts an Element to an instance of this class.
| C# | Visual Basic | Visual C++ |
public static implicit operator NativeItem ( Element element )
Public Shared Widening Operator CType ( _ element As Element _ ) As NativeItem
static implicit operator NativeItem^ ( Element^ element )
- element (Element)
- The element to convert.
The NativeItem.
| Exception | Condition |
|---|---|
| ArgumentNullException | If element is null. |
| CapabilityNotSupportedException | If the element does not support the
capabilities required by this adapter. |
