DTEClass.IsOpenFile[String, String] Property

Definition

For more information on this property, refer to IsOpenFile[String, String].

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property bool IsOpenFile[System::String ^, System::String ^] { bool get(System::String ^ ViewKind, System::String ^ FileName); };
[System.Runtime.InteropServices.DispId(216)]
public virtual 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 Overridable 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.

Implements

Attributes

Applies to