Condividi tramite


MSBuildFileSystemBase.ReadFileAllText(String) Method

Definition

Use this for File.ReadAllText(path)

public:
 abstract System::String ^ ReadFileAllText(System::String ^ path);
public:
 virtual System::String ^ ReadFileAllText(System::String ^ path);
public abstract string ReadFileAllText (string path);
public virtual string ReadFileAllText (string path);
abstract member ReadFileAllText : string -> string
abstract member ReadFileAllText : string -> string
override this.ReadFileAllText : string -> string
Public MustOverride Function ReadFileAllText (path As String) As String
Public Overridable Function ReadFileAllText (path As String) As String

Parameters

path
String

Returns

Applies to