DocData Members
Include Protected Members
Include Inherited Members
A wrapper around a DocData object that provides additional features.
The DocData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocData(Object) | Initializes a new DocData object for the given buffer. | |
DocData(IServiceProvider, String) | Initializes a new instance of DocData from the specified file and sets the site from the specified site. |
Top
Methods
Name | Description | |
---|---|---|
CheckoutFile | Checks out the doc data file from source code control. | |
CreateChangeMarker | Marks the beginning of an external change of the text buffer. | |
Dispose() | Disposes the DocData. | |
Dispose(Boolean) | Disposes the DocData. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Called automatically when this object is destroyed. (Overrides Object.Finalize().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Modify | Marks this DocData as modified. | |
OnDataChanged | Called when an external change has been made to the doc data. | |
OnModifying | Called by Modify. | |
RaiseModifying | Raises the Modifying event. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Buffer | The text buffer contained within the doc data. | |
Data | The actual DocData object this class wraps. | |
Modified | Determines whether the buffer has been modified | |
Name | Gets the file name of the doc data. |
Top
Events
Name | Description | |
---|---|---|
DataChanged | An event that is raised when the data contained within this doc data has changed. | |
Modifying | An event that is raised when this DocData object is being marked as modified. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IVsTextStreamEvents.OnChangeStreamAttributes | A notification from Visual Studio that something in the text has changed. | |
IVsTextStreamEvents.OnChangeStreamText | Provides a notification from Visual Studio that something in the text has changed. | |
IVsDocumentLockHolder.CloseDocumentHolder | Close the document based on a user request. | |
IVsDocumentLockHolder.ShowDocumentHolder | Called by Visual Studio to show the window frame associated with this document. |
Top