Partager via


DTE2.IsOpenFile, propriété (String, String)

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

Réservé à un usage interne Microsoft.

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

Syntaxe

'Déclaration
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
JScript ne prend pas en charge les propriétés indexées.

Paramètres

Valeur de propriété

Type : System.Boolean

Implémentations

_DTE.IsOpenFile[String, String]

Sécurité .NET Framework

Voir aussi

Référence

DTE2 Interface

IsOpenFile, surcharge

EnvDTE80, espace de noms