IVsBuildPropertyStorageEvents Interface

Definition

Represents build property storage events.

public interface class IVsBuildPropertyStorageEvents
public interface class IVsBuildPropertyStorageEvents
__interface IVsBuildPropertyStorageEvents
[System.Runtime.InteropServices.Guid("2C6C93FD-C88F-45AC-AC2B-39E91176F894")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBuildPropertyStorageEvents
[<System.Runtime.InteropServices.Guid("2C6C93FD-C88F-45AC-AC2B-39E91176F894")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBuildPropertyStorageEvents = interface
Public Interface IVsBuildPropertyStorageEvents
Attributes

Remarks

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

Methods

OnAfterItemsChanged(Int32, String[])

Occurs when certain items have changed.

Applies to