Returns True if the file is open in the specified view.
Syntax
Property Get IsOpenFile(View As String, FileName As String) As Boolean
This syntax has these parts:
Part | Description |
View | 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. |
FileName | Required String providing the full pathname of the file. |