Partilhar via


MountPoint.GetMountedFolderUrls método

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Shared Function GetMountedFolderUrls ( _
    context As ClientRuntimeContext, _
    list As List _
) As IEnumerable(Of String)
'Uso
Dim context As ClientRuntimeContext
Dim list As List
Dim returnValue As IEnumerable(Of String)

returnValue = MountPoint.GetMountedFolderUrls(context, _
    list)
public static IEnumerable<string> GetMountedFolderUrls(
    ClientRuntimeContext context,
    List list
)

Parâmetros

Valor retornado

Tipo: System.Collections.Generic.IEnumerable<String>

Ver também

Referência

MountPoint classe

MountPoint membros

Microsoft.SharePoint.Client namespace