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

‘선언
Sub SetPropertyMultipleValues ( _
    propertyName As String, _
    objects As Object(), _
    values As Object() _
)
‘사용 방법
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

  • 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 [M:Microsoft.VisualStudio.OLE.Interop.IPropertyPage.SetObjects(System.Uint32cObjects,System.Object[]ppunk)].

.NET Framework Security

See Also

Reference

IVsProjectDesignerPage Interface

IVsProjectDesignerPage Members

Microsoft.VisualStudio.ManagedInterfaces.ProjectDesigner Namespace