IVsBuildPropertyStorageEvents.OnAfterItemsChanged Method
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)
Syntax
'Declaration
Function OnAfterItemsChanged ( _
cItems As Integer, _
rgpszItemFullPaths As String() _
) As Integer
int OnAfterItemsChanged(
int cItems,
string[] rgpszItemFullPaths
)
int OnAfterItemsChanged(
[InAttribute] int cItems,
[InAttribute] array<String^>^ rgpszItemFullPaths
)
abstract OnAfterItemsChanged :
cItems:int *
rgpszItemFullPaths:string[] -> int
function OnAfterItemsChanged(
cItems : int,
rgpszItemFullPaths : String[]
) : int
Parameters
cItems
Type: Int32The items.
rgpszItemFullPaths
Type: array<String[]An array containing the full paths of the items.
Return Value
Type: Int32
The HRESULT.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.