Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace

The Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel namespace provides interfaces and classes to support the Project feature. It supports the Visual Studio infrastructure and is not intended to be used directly from your code.

Classes

  Class Description
Public class BasicComponentSerializationService Used to serialize a set of components or serializable objects into a serialization store.
Public class BasicDeferredLoadHandler Represents the deferred loading of document data.
Public class BasicSerializationStore Stores serialization data for the BasicComponentSerializationService.
Public class BasicUndoUnit The helper class for undo and redo management.
Public class DataChangingEventArgs Represents data used when sending the data changing event.
Public class DocDataTextWriterWithEncoding Handles specific encoding for writing to a text buffer.
Public class UndoChangeEventArgs Represents data that is used when sending the undo change event.

Delegates

  Delegate Description
Public delegate BasicUndoUnit.RedoneCallback The redone callback.
Public delegate BasicUndoUnit.UndoneCallback The undone callback.
Public delegate UndoChangeEventArgs.RedoAction The redo action.
Public delegate UndoChangeEventArgs.UndoAction The undo action.