IVsRunningDocumentTable4.NotifyDocumentChangedEx Method
Notifies the client when changes are made to the document.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.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
cookie
Type: UInt32[in] The document that is changed.
attributes
Type: UInt32[in] The new attributes for the document.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.