XmlDocumentationProvider.GetSummary(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the <summary> documentation for the given id.
public:
System::String ^ GetSummary(System::String ^ id);
public string GetSummary (string id);
member this.GetSummary : string -> string
Public Function GetSummary (id As String) As String
Parameters
- id
- String
The id to lookup.
Returns
<summary> documentation for the given id.