Propriedade _DTE.IsOpenFile

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

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
ReadOnly Property IsOpenFile ( _
    ViewKind As String, _
    FileName As String _
) As Boolean
    Get
bool this[
    string ViewKind,
    string FileName
] { get; }
property bool IsOpenFile[[InAttribute] String^ ViewKind, [InAttribute] String^ FileName] {
    bool get ([InAttribute] String^ ViewKind, [InAttribute] String^ FileName);
}
abstract IsOpenFile : bool
O JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

_DTE Interface

Namespace EnvDTE