Sdílet prostřednictvím


DTEClass.IsOpenFile – vlastnost

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Další informace o této vlastnosti naleznete v IsOpenFile.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
Public Overridable ReadOnly Property IsOpenFile ( _
    ViewKind As String, _
    FileName As String _
) As Boolean
public virtual bool this[
    string ViewKind,
    string FileName
] { get; }
public:
virtual property bool IsOpenFile[[InAttribute] String^ ViewKind, [InAttribute] String^ FileName] {
    bool get ([InAttribute] String^ ViewKind, [InAttribute] String^ FileName);
}
abstract IsOpenFile : bool
override IsOpenFile : bool
Jazyk JScript nepodporuje indexované vlastnosti.

Parametry

Hodnota vlastnosti

Typ: System.Boolean
true Pokud je soubor otevřen, jinak false.

Implementuje

_DTE.IsOpenFile

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DTEClass Třída

EnvDTE – obor názvů