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
propertyName
Type: StringThe name of the property.
objects
Type: array<Object[]The configurations in which to set the property.
values
Type: array<Object[]The values to set.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsProjectDesignerPage Interface
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace