IVsRunningDocumentTable3.NotifyDocumentChangedEx Method

Notifies the client when changes are made to the document.

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

Syntax

'Declaration
Sub NotifyDocumentChangedEx ( _
    cookie As UInteger, _
    attributes As UInteger _
)
void NotifyDocumentChangedEx(
    uint cookie,
    uint attributes
)
void NotifyDocumentChangedEx(
    [InAttribute] unsigned int cookie, 
    [InAttribute] unsigned int attributes
)
abstract NotifyDocumentChangedEx : 
        cookie:uint32 * 
        attributes:uint32 -> unit
function NotifyDocumentChangedEx(
    cookie : uint, 
    attributes : uint
)

Parameters

  • attributes
    Type: System.UInt32

    [in] The new attributes for the document.

.NET Framework Security

See Also

Reference

IVsRunningDocumentTable3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace