Project.GetConditionedPropertyValues(String) 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.
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.