BaseDocData.NotifyDocChanged Method
Sends a notification that the document has changed through the running document table.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub NotifyDocChanged
'Usage
Me.NotifyDocChanged()
protected void NotifyDocChanged()
protected:
void NotifyDocChanged()
protected function NotifyDocChanged()
member NotifyDocChanged : unit -> unit
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace