FileSystemChangeInformation.FileContents Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Obsah souboru, pokud FileSystemChangeType je AddFile nebo EditFile
public:
property System::String ^ FileContents { System::String ^ get(); void set(System::String ^ value); };
public string FileContents { get; set; }
member this.FileContents : string with get, set
Public Property FileContents As String