IVsProjectDesignerPage.SetPropertyMultipleValues Method

Sets the given values for the given properties, one for each of the supplied configurations.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Syntax

'Declaration
Sub SetPropertyMultipleValues ( _
    propertyName As String, _
    objects As Object(), _
    values As Object() _
)
void SetPropertyMultipleValues(
    string propertyName,
    Object[] objects,
    Object[] values
)
void SetPropertyMultipleValues(
    String^ propertyName, 
    array<Object^>^ objects, 
    array<Object^>^ values
)
abstract SetPropertyMultipleValues : 
        propertyName:string * 
        objects:Object[] * 
        values:Object[] -> unit
function SetPropertyMultipleValues(
    propertyName : String, 
    objects : Object[], 
    values : Object[]
)

Parameters

  • objects
    Type: array<System.Object[]

    The configurations in which to set the property.

Remarks

This property is called if the corresponding previous call to GetPropertyMultipleValues succeeded, otherwise SetProperty is called instead. Note that the configurations' values are not required to be a subset of the objects most recently passed in through SetObjects.

.NET Framework Security

See Also

Reference

IVsProjectDesignerPage Interface

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace