Does the Visual Studio SDK provide a way to determine the pin status of an open document?

Viewed 51

I know of the existence of the Running Document Table and how to access it using the Visual Studio SDK, but I can't seem to find a way to determine UX-specific attributes about the file, like if it's pinned in the editor.

1 Answers
Related