Returns True if the file is open in the specified view.
Syntax
Method IsOpenFile(ViewKind As String, Name As String) As Boolean
This syntax has these parts:
Part | Description |
ViewKind | Required GUID String specifying the kind of view to open. At a minimum, the following are supported: vsext_vk_Code, vsext_vk_Designer, and vsext_vk_Primary. |
Name | Required String providing the full pathname of the file. |