Compartilhar via


XmlDocumentationProvider.GetDocumentNavigators(ApiServices) Método

Definição

Obtém o diretório bin para o aplicativo e enumera arquivos de documentação XML.

protected virtual System.Collections.Generic.ICollection<System.Xml.XPath.XPathNavigator> GetDocumentNavigators (Microsoft.WindowsAzure.Mobile.Service.ApiServices apiServices);
abstract member GetDocumentNavigators : Microsoft.WindowsAzure.Mobile.Service.ApiServices -> System.Collections.Generic.ICollection<System.Xml.XPath.XPathNavigator>
override this.GetDocumentNavigators : Microsoft.WindowsAzure.Mobile.Service.ApiServices -> System.Collections.Generic.ICollection<System.Xml.XPath.XPathNavigator>
Protected Overridable Function GetDocumentNavigators (apiServices As ApiServices) As ICollection(Of XPathNavigator)

Parâmetros

apiServices
ApiServices

O ApiServices para este serviço.

Retornos

Um ICollection<T> que contém as XPathNavigator instâncias.

Aplica-se a