XmlDocumentationProvider.GetRemarks(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 <remarks> documentation for the given id.
public:
System::String ^ GetRemarks(System::String ^ id);
public string GetRemarks (string id);
member this.GetRemarks : string -> string
Public Function GetRemarks (id As String) As String
Parameters
- id
- String
The id to lookup.
Returns
<remarks> documentation for the given id.