IVsProjectDesignerPage.SetPropertyMultipleValues 方法
设置特定的属性的特定值,则每个配置的提供的配置。
命名空间: Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
程序集: Microsoft.VisualStudio.ManagedInterfaces(在 Microsoft.VisualStudio.ManagedInterfaces.dll 中)
语法
声明
Sub SetPropertyMultipleValues ( _
propertyName As String, _
objects As Object(), _
values As Object() _
)
void SetPropertyMultipleValues(
string propertyName,
Object[] objects,
Object[] values
)
参数
- propertyName
类型:System.String
属性的名称。
- objects
类型:array<System.Object[]
的配置属性的设置。
- values
类型:array<System.Object[]
设置的值。
备注
此属性调用,如果相应以前调用了成功的 GetPropertyMultipleValues ,否则 SetProperty 调用。注意不需要配置的值是对象的子集最近通过 [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.SetObjects(System.Uint32cObjects,System.Object[]ppunk)]。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间