Propriedade _DTE.IsOpenFile
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Uso interno do Microsoft somente.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.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: StringO tipo de exibição.
FileName
Tipo: StringO nome de arquivo.
Valor de propriedade
Tipo: Boolean
true se o arquivo está aberto, se não false.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.