Compartir a través de


ExportsChangeEventArgs.ChangedContractNames Propiedad

Definición

Obtiene los nombres de contrato que se modificaron en el cambio.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ChangedContractNames { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ChangedContractNames { get; }
member this.ChangedContractNames : seq<string>
Public ReadOnly Property ChangedContractNames As IEnumerable(Of String)

Valor de propiedad

Colección de los nombres de contrato modificados.

Se aplica a