Partager via


DTEClass.IsOpenFile, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Pour plus d'informations sur cette propriété, consultez IsOpenFile.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
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 : 
        ViewKind:string * 
        FileName:string -> bool with get 
override IsOpenFile : 
        ViewKind:string * 
        FileName:string -> bool with get
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • ViewKind
    Type : String

    Genre d'affichage.

  • FileName
    Type : String

    Nom du fichier.

Valeur de propriété

Type : Boolean
true si le fichier est ouvert ; sinon false.

Implémentations

_DTE.IsOpenFile

Sécurité .NET Framework

Voir aussi

Référence

DTEClass Classe

EnvDTE, espace de noms