CurrentSelectionPusher 建構函式
建立元件。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Sub New ( _
serviceProvider As IServiceProvider, _
selectionContainer As ISelectionContainer _
)
public CurrentSelectionPusher(
IServiceProvider serviceProvider,
ISelectionContainer selectionContainer
)
參數
- serviceProvider
類型:System.IServiceProvider
通知 Visual Studio 有關選取範圍變更時所需的 IServiceProvider
- selectionContainer
類型:Microsoft.VisualStudio.Shell.Interop.ISelectionContainer
選擇性外部 ISelectionContainer 實作,以允許這個類別與視窗的其他選取項目容器共用。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。