Ptr to Structure in the new framework

In the “classic” framework it is possible to do the following:

Dim p As Ptr = ... Dim s As myStruct = p.myStruct
If one starts to type p. autocomplete will show myStruct.

Is this going to work in the new framework too?

Yes.