Compartilhar via


Propriedade DTEClass.IsOpenFile

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Para obter mais informações sobre esta propriedade, consulte IsOpenFile.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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
JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: System.Boolean
true Se o arquivo estiver aberto, caso contrário, false.

Implementações

_DTE.IsOpenFile

Segurança do .NET Framework

Consulte também

Referência

DTEClass Classe

Namespace EnvDTE