IVsBuildPropertyStorageEvents.OnAfterItemsChanged(Int32, String[]) Method

Definition

Occurs when certain items have changed.

public:
 int OnAfterItemsChanged(int cItems, cli::array <System::String ^> ^ rgpszItemFullPaths);
public:
 int OnAfterItemsChanged(int cItems, Platform::Array <Platform::String ^> ^ rgpszItemFullPaths);
int OnAfterItemsChanged(int cItems, std::Array <std::wstring const &> const & rgpszItemFullPaths);
public int OnAfterItemsChanged (int cItems, string[] rgpszItemFullPaths);
abstract member OnAfterItemsChanged : int * string[] -> int
Public Function OnAfterItemsChanged (cItems As Integer, rgpszItemFullPaths As String()) As Integer

Parameters

cItems
Int32

The items.

rgpszItemFullPaths
String[]

An array containing the full paths of the items.

Returns

The HRESULT.

Applies to