Share via


SuspendPostedNotifications Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Function SuspendPostedNotifications As Integer
'Usage
Dim instance As IVsIntellisenseProject
Dim returnValue As Integer

returnValue = instance.SuspendPostedNotifications()
int SuspendPostedNotifications()
int SuspendPostedNotifications()
abstract SuspendPostedNotifications : unit -> int 
function SuspendPostedNotifications() : int

Return Value

Type: System..::..Int32

See Also

Reference

IVsIntellisenseProject Interface

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace