XmlDocumentationProvider.GetDocumentNavigators Method (ApiServices)
Gets the bin directory for the application and enumerates XML documentation files.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Protected Overridable Function GetDocumentNavigators ( apiServices As ApiServices ) As ICollection(Of XPathNavigator)
Parameters
- apiServices
-
Type:
Microsoft.WindowsAzure.Mobile.Service.ApiServices
The ApiServices for this service.
Return Value
Type: System.Collections.Generic.ICollection(Of XPathNavigator)A ICollection(Of T) containing the XPathNavigator instances.
Show: