DocData Members
A wrapper around a DocData object that provides additional features.
The DocData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocData | Overloaded. Initializes a new instance of DocData. |
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 | Overloaded. 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 | |
---|---|---|
IVsDocumentLockHolder.CloseDocumentHolder | ||
IVsTextStreamEvents.OnChangeStreamAttributes | ||
IVsTextStreamEvents.OnChangeStreamText | ||
IVsDocumentLockHolder.ShowDocumentHolder |
Top