ModelingBindingSource 建構函式 (IContainer)
初始化 Microsoft.VisualStudio.Modeling.Design.ModelingBindingSource 類別的新執行個體,並將剛建立的 ModelingBindingSource 物件加入至指定的容器。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public Sub New ( _
container As IContainer _
)
public ModelingBindingSource(
IContainer container
)
參數
- container
型別:System.ComponentModel.IContainer
System.ComponentModel.IContainer 物件加入至目前的 ModelingBindingSource 物件的位置。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。