'Declaration<JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ContractAnnotationAttribute("null => null; notnull => notnull")> Overloads Public Operator Widening CType( _ ByVal qualifiedName As XmlQualifiedName _ ) As DAPropertyDescriptor
'Usage
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public DAPropertyDescriptor operator implicit( XmlQualifiedName qualifiedName )
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public: operator DAPropertyDescriptor^ ( XmlQualifiedName^ qualifiedName )
Parameters
- qualifiedName
- Contains the qualified name of the OPC property.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).