IVsProjectDesignerPage::SetPropertyMultipleValues Method (String^, array<Object^>^, array<Object^>^)

 

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)

[DispIdAttribute(6)]
void SetPropertyMultipleValues(
	String^ propertyName,
	array<Object^>^ objects,
	array<Object^>^ values
)

Parameters

propertyName
Type: System::String^

The name of the property.

objects
Type: array<System::Object^>^

The configurations in which to set the property.

values
Type: array<System::Object^>^

The values to set.

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.

Return to top
Show: