NativeMethods.GetLocalPath Method

Converts a file URL to a local path.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Function GetLocalPath ( _
    fileName As String _
) As String
'Usage
Dim fileName As String
Dim returnValue As String

returnValue = NativeMethods.GetLocalPath(fileName)
public static string GetLocalPath(
    string fileName
)
public:
static String^ GetLocalPath(
    String^ fileName
)
public static function GetLocalPath(
    fileName : String
) : String
static member GetLocalPath : 
        fileName:string -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

NativeMethods Class

NativeMethods Members

Microsoft.VisualStudio Namespace