IVsBuildPropertyStorageEvents::OnAfterItemsChanged Method (Int32, array<String^>^)

 

Occurs when certain items have changed.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

int OnAfterItemsChanged(
	int cItems,
	array<String^>^ rgpszItemFullPaths
)

Parameters

cItems
Type: System::Int32

The items.

rgpszItemFullPaths
Type: array<System::String^>^

An array containing the full paths of the items.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: