XmlDocumentationProvider.GetDocumentation Method (HttpParameterDescriptor)

 

Gets the action parameter documentation based on an HttpParameterDescriptor.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Description
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Public Overridable Function GetDocumentation (
	parameterDescriptor As HttpParameterDescriptor
) As String

Parameters

parameterDescriptor
Type: System.Web.Http.Controllers.HttpParameterDescriptor

The HttpParameterDescriptor identifying the action parameter.

Return Value

Type: System.String

A String containing the documentation.

Return to top
Show: