DTEClass.IsOpenFile[String, String] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Para obter mais informações sobre essa propriedade, consulte IsOpenFile[String, String] .
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual property bool IsOpenFile[System::String ^, System::String ^] { bool get(System::String ^ ViewKind, System::String ^ FileName); };
[System.Runtime.InteropServices.DispId(216)]
public virtual bool IsOpenFile[string ViewKind, string FileName] { [System.Runtime.InteropServices.DispId(216)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(216)>]
[<get: System.Runtime.InteropServices.DispId(216)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.IsOpenFile(string * string) : bool
Public Overridable ReadOnly Property IsOpenFile(ViewKind As String, FileName As String) As Boolean
Parâmetros
- ViewKind
- String
O tipo de exibição.
- FileName
- String
O nome de arquivo
Valor da propriedade
true Se o arquivo estiver aberto, caso contrário false .
Implementações
- Atributos