IVsBuildPropertyStorageEvents.OnAfterItemsChanged(Int32, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.