IVsHelpEvents.OnCollectionChanged 方法
[說明] 集合變更時呼叫。
命名空間: Microsoft.VisualStudio.VSHelp
組件: Microsoft.VisualStudio.VSHelp (在 Microsoft.VisualStudio.VSHelp.dll 中)
語法
'宣告
Sub OnCollectionChanged ( _
bstrNewCollection As String, _
bstrNewFilter As String _
)
void OnCollectionChanged(
string bstrNewCollection,
string bstrNewFilter
)
void OnCollectionChanged(
[InAttribute] String^ bstrNewCollection,
[InAttribute] String^ bstrNewFilter
)
abstract OnCollectionChanged :
bstrNewCollection:string *
bstrNewFilter:string -> unit
function OnCollectionChanged(
bstrNewCollection : String,
bstrNewFilter : String
)
參數
bstrNewCollection
類型:String字串,包含新集合的名稱。
bstrNewFilter
類型:String字串,包含要套用至 [說明] 集合篩選器名稱。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。