IReferenceInfo2.GetDocumentContents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the contents of a configuration file.
public:
cli::array <System::Byte> ^ GetDocumentContents();
public:
Platform::Array <byte> ^ GetDocumentContents();
std::Array <byte> GetDocumentContents();
public byte[] GetDocumentContents ();
abstract member GetDocumentContents : unit -> byte[]
Public Function GetDocumentContents () As Byte()
Returns
Byte[]
A Byte array that contains the file contents.