NativeMethods.FindFirstVolumeMountPoint (Método)

Este tipo tiene un atributo SecurityCriticalAttribute que lo restringe para uso interno de .NET Framework para la biblioteca de clases de Silverlight. El código de aplicación que usa un miembro de este tipo produce una excepción MethodAccessException.

Espacio de nombres:  Microsoft.TeamFoundation.Common.Internal
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
Public Shared Function FindFirstVolumeMountPoint ( _
    lpszRootPathName As String, _
    <OutAttribute> lpszVolumeMountPoint As StringBuilder, _
    cchBufferLength As UInteger _
) As NativeMethods.SafeVolumeMountPointHandle
public static NativeMethods.SafeVolumeMountPointHandle FindFirstVolumeMountPoint(
    string lpszRootPathName,
    StringBuilder lpszVolumeMountPoint,
    uint cchBufferLength
)

Parámetros

Valor devuelto

Tipo: Microsoft.TeamFoundation.Common.Internal.NativeMethods.SafeVolumeMountPointHandle

Vea también

Referencia

NativeMethods Clase

Microsoft.TeamFoundation.Common.Internal (Espacio de nombres)