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