IVsDataExplorerNodeSelection.Contains 方法 (String)
表示已選取節點的群組是否包含其完整名稱所指定的節點。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Function Contains ( _
fullName As String _
) As Boolean
bool Contains(
string fullName
)
bool Contains(
String^ fullName
)
abstract Contains :
fullName:string -> bool
function Contains(
fullName : String
) : boolean
參數
fullName
類型:String要擷取的節點的完整名稱。
傳回值
類型:Boolean
true ,如果指定的節點才會顯示在節點選取;否則, false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。