IVsProjectDesignerPage.SetPropertyMultipleValues Method

Definition

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

public:
 void SetPropertyMultipleValues(System::String ^ propertyName, cli::array <System::Object ^> ^ objects, cli::array <System::Object ^> ^ values);
public:
 void SetPropertyMultipleValues(Platform::String ^ propertyName, Platform::Array <Platform::Object ^> ^ objects, Platform::Array <Platform::Object ^> ^ values);
void SetPropertyMultipleValues(std::wstring const & propertyName, std::Array <winrt::Windows::Foundation::IInspectable const &> const & objects, std::Array <winrt::Windows::Foundation::IInspectable const &> const & values);
[System.Runtime.InteropServices.DispId(6)]
public void SetPropertyMultipleValues (string propertyName, object[] objects, object[] values);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member SetPropertyMultipleValues : string * obj[] * obj[] -> unit
Public Sub SetPropertyMultipleValues (propertyName As String, objects As Object(), values As Object())

Parameters

propertyName
String

The name of the property.

objects
Object[]

The configurations in which to set the property.

values
Object[]

The values to set.

Attributes

Applies to