IVsBuildPropertyStorageEvents Interface

Represents build property storage events.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("2C6C93FD-C88F-45AC-AC2B-39E91176F894")> _
Public Interface IVsBuildPropertyStorageEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("2C6C93FD-C88F-45AC-AC2B-39E91176F894")]
public interface IVsBuildPropertyStorageEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"2C6C93FD-C88F-45AC-AC2B-39E91176F894")]
public interface class IVsBuildPropertyStorageEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("2C6C93FD-C88F-45AC-AC2B-39E91176F894")>]
type IVsBuildPropertyStorageEvents =  interface end
public interface IVsBuildPropertyStorageEvents

The IVsBuildPropertyStorageEvents type exposes the following members.

Methods

  Name Description
Public method OnAfterItemsChanged Occurs when certain items have changed.

Top

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace