'Declaration<JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ContractAnnotationAttribute("null => null; notnull => notnull")> Public Shared Function FromAENodeElement( _ ByVal nodeElement As AENodeElement _ ) As AENodeDescriptor
'UsageDim nodeElement As AENodeElement Dim value As AENodeDescriptor value = AENodeDescriptor.FromAENodeElement(nodeElement)
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public static AENodeDescriptor FromAENodeElement( AENodeElement nodeElement )
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public: static AENodeDescriptor^ FromAENodeElement( AENodeElement^ nodeElement )
Parameters
- nodeElement
- Contains a node element.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).