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
'Déclaration
Sub SetPropertyMultipleValues ( _
propertyName As String, _
objects As Object(), _
values As Object() _
)
'Utilisation
Dim instance As IVsProjectDesignerPage
Dim propertyName As String
Dim objects As Object()
Dim values As Object()
instance.SetPropertyMultipleValues(propertyName, _
objects, values)
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: 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.
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 [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.SetObjects(System.Uint32cObjects,System.Object[]ppunk)].
.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
IVsProjectDesignerPage Members
Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace