_DTE.IsOpenFile[String, String] Property

Definition

Microsoft Internal Use Only.

public:
 property bool IsOpenFile[System::String ^, System::String ^] { bool get(System::String ^ ViewKind, System::String ^ FileName); };
[System.Runtime.InteropServices.DispId(216)]
public bool IsOpenFile[string ViewKind, string FileName] { [System.Runtime.InteropServices.DispId(216)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(216)>]
[<get: System.Runtime.InteropServices.DispId(216)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.IsOpenFile(string * string) : bool
Public ReadOnly Property IsOpenFile(ViewKind As String, FileName As String) As Boolean

Parameters

ViewKind
String

The kind of view.

FileName
String

The file name.

Property Value

true if the file is open, otherwise false.

Attributes

Applies to