Is it possible to access the IntelliPrompt.MemberList for a given offset programmatically? That is, the list that would appear if I were to type the '<' character at a particular offset in the document.
I'd like to be able to drop XML snippets into an XML document and would like to ensure that the drop point is valid during the DragOver operation and access to the member list seems to be the simplest way to achieve that.
Thanks in advance,
Jason :)