DTE2.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
FileName
String

Property Value

Implements

Attributes

Applies to