'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Narrowing CType( _ ByVal itemPoint As DAItemPoint _ ) As DAItemArguments
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public DAItemArguments operator explicit( DAItemPoint itemPoint )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: DAItemArguments^ operator explicit( DAItemPoint^ itemPoint )
Parameters
- itemPoint
- The attribute point to be converted.
Return Value
The item arguments that correspond to the item point. null if the item point passed in was null.