IVSMDPropertyGrid.SetSelectedObjects 方法
设置网格的对象可以浏览。
命名空间: Microsoft.VisualStudio.Designer.Interfaces
程序集: Microsoft.VisualStudio.Designer.Interfaces(在 Microsoft.VisualStudio.Designer.Interfaces.dll 中)
语法
声明
Sub SetSelectedObjects ( _
cObjects As Integer, _
ppUnk As Integer _
)
void SetSelectedObjects(
int cObjects,
int ppUnk
)
参数
- cObjects
类型:System.Int32
对象的数目。
- ppUnk
类型:System.Int32
指向的指针设置对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。