IReferenceInfo2.GetDocumentContents Method
Gets the contents of a configuration file.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Function GetDocumentContents As Byte()
byte[] GetDocumentContents()
array<unsigned char>^ GetDocumentContents()
abstract GetDocumentContents : unit -> byte[]
function GetDocumentContents() : byte[]
Return Value
Type: array<System.Byte[]
A Byte array that contains the file contents.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.