SetSource Method
Collapse the table of content
Expand the table of content

ISymbolDocumentWriter.SetSource Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Stores the raw source for a document in the symbol store.

Namespace:  System.Diagnostics.SymbolStore
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Sub SetSource ( _
	source As Byte() _
)

Parameters

source
Type: System.Byte ()
The document source represented as unsigned bytes.

This method uses an array of unsigned bytes instead of character data to accommodate a wider variety of sources.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft