次の方法で共有


Project.GetConditionedPropertyValues(String) Method

Definition

This returns a list of possible values for a particular property. It gathers this list by looking at all of the "Condition" attributes in the project file.

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

Returns

String[]

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