RdtManager.ReadFromFile Method

Returns string content of a file.

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

Syntax

'Declaration
Public Shared Function ReadFromFile ( _
    fullPathFileName As String _
) As String
'Usage
Dim fullPathFileName As String
Dim returnValue As String

returnValue = RdtManager.ReadFromFile(fullPathFileName)
public static string ReadFromFile(
    string fullPathFileName
)
public:
static String^ ReadFromFile(
    String^ fullPathFileName
)
public static function ReadFromFile(
    fullPathFileName : String
) : String
static member ReadFromFile : 
        fullPathFileName:string -> string 

Parameters

  • fullPathFileName
    Type: System.String
    The filename of the file read from

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace