IMarkupSourceProvider Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Interface to the host provider of source to the MarkupDocumentTreeManager class.
The IMarkupSourceProvider type exposes the following members.
Methods
Name
Description
Clears previously reported errors.
Creates a changer for the source this provider represents.
Creates a reader for the source this provider represents.
Called whenever source errors are encountered.
Returns an identifier for the current version of the source.
Gets a range of characters in the source this provider represents
Reports changes to the document state.
Top
Properties
Name
Description
Gets the assemblies referenced by the project this source file is associated with.
Gets the default namespace, if any, for the source file.
Gets the name of the file to use in error messages.
Gets the local assembly name.
Top
Events
Name
Description
Occurs when the set of references the source provider is referencing has changed.
Occurs when the source changes or the list of referenced assemblies changes.
Top