共用方式為


DTE2.IsOpenFile 屬性

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
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 不支援索引屬性。

參數

  • ViewKind
    類型:String

     

  • FileName
    類型:String

     

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

DTE2 介面

EnvDTE80 命名空間