Project.GetConditionedPropertyValues(String) Metodo
Definizione
Restituisce un elenco di possibili valori per la proprietà specificata.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()
Parametri
- propertyName
- String
La proprietà da utilizzare durante la generazione dell'elenco di possibili valori.The property to use when generating the list of possible values.
Restituisce
String[]
Elenco di possibili valori per la proprietà.The list of possible values for the property.
Commenti
Questo metodo genera l'elenco dei valori possibili esaminando tutti gli attributi di condizione nel progetto che coinvolgono la proprietà.This method generates the list of possible values by inspecting all of the Condition attributes in the project that involve the property.