Share via


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: Int32

    The items.

  • rgpszItemFullPaths
    Type: array<String[]

    An array containing the full paths of the items.

Return Value

Type: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IVsBuildPropertyStorageEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace