IXmlDocReferenceAccessor Interface
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract for accessing and managing the reference resolver, which is responsible for resolving references within XML documentation comments during transformation.
public interface IXmlDocReferenceAccessor- Implemented by
Remarks
The IXmlDocReferenceAccessor interface provides a standardized way to access and modify the reference resolver component used during XML documentation transformation. This interface enables components that transform XML documentation to expose their reference resolution capabilities without revealing their internal implementation details.
Properties
| ReferenceResolver | Gets or sets the reference resolver for resolving references in XML documentation comments. |
