Project.GetConditionedPropertyValues(String) Method

Definition

Returns a list of possible values for the specified property.

public:
 cli::array <System::String ^> ^ GetConditionedPropertyValues(System::String ^ propertyName);
public string[] GetConditionedPropertyValues (string propertyName);
member this.GetConditionedPropertyValues : string -> string[]
Public Function GetConditionedPropertyValues (propertyName As String) As String()

Parameters

propertyName
String

The property to use when generating the list of possible values.

Returns

String[]

The list of possible values for the property.

Remarks

This method generates the list of possible values by inspecting all of the Condition attributes in the project that involve the property.

Applies to