ExportsChangeEventArgs.ChangedContractNames 屬性

定義

取得已在變更中改變的合約名稱。

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)

屬性值

已變更的合約名稱集合。

適用於