IVsProjectDesignerPage.SetPropertyMultipleValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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