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
)

参数

  • objects
    类型:array<System.Object[]
    的配置属性的设置。

备注

此属性调用,如果相应以前调用了成功的 GetPropertyMultipleValues ,否则 SetProperty 调用。注意不需要配置的值是对象的子集最近通过 [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.SetObjects(System.Uint32cObjects,System.Object[]ppunk)]。

.NET Framework 安全性

请参见

参考

IVsProjectDesignerPage 接口

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner 命名空间