'Declaration<JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Narrowing CType( _ ByVal vtqResult As DAVtqResult(Of TValue) _ ) As ValueResult(Of TValue)
'Usage
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public ValueResult<TValue> operator explicit( DAVtqResult<TValue> vtqResult )
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public: ValueResult<TValue^>^ operator explicit( DAVtqResult<TValue^>^ vtqResult )
Parameters
- vtqResult
- The OPC-DA typed VTQ result to be converted.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
null if the typed VTQ result passed in was null.
This method can return null (Nothing in Visual Basic).