ExportsChangeEventArgs.ChangedContractNames Property

Definition

Gets the contract names that were altered in the change.

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)

Property Value

A collection of the altered contract names.

Applies to