DTE2.IsOpenFile 屬性 (String, String)
這個 API 支援 .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 : bool
JScript 不支援索引屬性。
參數
- ViewKind
型別:System.String
- FileName
型別:System.String
屬性值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。