IVsProjectDesignerPage.GetPropertyMultipleValues Method

Definition

Gets the current values for the given property for each of the supplied configurations.

public:
 bool GetPropertyMultipleValues(System::String ^ propertyName, [Runtime::InteropServices::Out] cli::array <System::Object ^> ^ % objects, [Runtime::InteropServices::Out] cli::array <System::Object ^> ^ % values);
[System.Runtime.InteropServices.DispId(5)]
public bool GetPropertyMultipleValues (string propertyName, out object[] objects, out object[] values);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member GetPropertyMultipleValues : string * Object[] * Object[] -> bool
Public Function GetPropertyMultipleValues (propertyName As String, ByRef objects As Object(), ByRef values As Object()) As Boolean

Parameters

propertyName
String

The name of the property to get.

objects
Object[]

[out] Returns an array of configurations that may be affected.

values
Object[]

[out] Returns an array of values for each of the configurations.

Returns

If the method succeeds, it returns S_OK, otherwise an error code.

Attributes

Applies to