Share via


XmlDocumentationProvider Class

Definition

Extracts summary and remarks XML documentation from an XML documentation file.

public ref class XmlDocumentationProvider
public class XmlDocumentationProvider
type XmlDocumentationProvider = class
Public Class XmlDocumentationProvider
Inheritance
XmlDocumentationProvider

Constructors

XmlDocumentationProvider(String)

Instantiates a new instance of the XmlDocumentationProvider.

Methods

GetId(PropertyInfo)

Generates the String identifier for the given propertyInfo.

GetId(Type)

Generates the String identifier for the given type.

GetRemarks(String)

Retrieves the <remarks> documentation for the given id.

GetSummary(String)

Retrieves the <summary> documentation for the given id.

Applies to