Project.GetConditionedPropertyValues(String) Método
Definição
Retorna uma lista de possíveis valores para a propriedade especificada.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()
Parâmetros
- propertyName
- String
A propriedade a ser usada ao gerar a lista de possíveis valores.The property to use when generating the list of possible values.
Retornos
- String[]
A lista de possíveis valores para a propriedade.The list of possible values for the property.
Comentários
Esse método gera a lista de valores possíveis inspecionando todos os atributos de condição no projeto que envolvem a propriedade.This method generates the list of possible values by inspecting all of the Condition attributes in the project that involve the property.