Compartilhar via


Propriedade DTE2.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:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
ReadOnly Property IsOpenFile ( _
    ViewKind As String, _
    FileName As String _
) As Boolean
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 : 
        ViewKind:string * 
        FileName:string -> bool with get
JScript não oferece suporte a propriedades indexadas.

Parâmetros

  • ViewKind
    Tipo: String

     

  • FileName
    Tipo: String

     

Valor de propriedade

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

DTE2 Interface

Namespace EnvDTE80