IDocDataBase Interface

This class and its members are reserved for internal use and are not intended to be used in your code. The interface all our document data supports.

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

Syntax

'Declaration
Public Interface IDocDataBase
'Usage
Dim instance As IDocDataBase
public interface IDocDataBase
public interface class IDocDataBase
type IDocDataBase =  interface end
public interface IDocDataBase

The IDocDataBase type exposes the following members.

Properties

  Name Description
Public property FileName What is the filename for this doc data
Public property FileReloading Are we in the middle of a file reloading

Top

Events

  Name Description
Public event Closing The file has been closed
Public event FileChanged The file on disk has changed.
Public event Loaded The file has been loaded
Public event Saved The file has saved from VS to disk

Top

See Also

Reference

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