'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Widening CType( _ ByVal pubSubConnectionElement As UAPubSubConnectionElement _ ) As UAPubSubConnectionDescriptor
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UAPubSubConnectionDescriptor operator implicit( UAPubSubConnectionElement pubSubConnectionElement )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UAPubSubConnectionDescriptor^ ( UAPubSubConnectionElement^ pubSubConnectionElement )
Parameters
- pubSubConnectionElement
- The PubSub connection element to be converted.
Return Value
For a non-null input, returns the PubSub connection descriptor that uses the parameters from the PubSub connection element. Returns
null
if the input is null
.