Stores the raw source for a document into the symbol store.
[Visual Basic] Sub SetSource( _ ByVal source() As Byte _ ) [C#] void SetSource( byte[] source ); [C++] void SetSource( unsigned char* source[] ) = 0; [JScript] function SetSource( source : Byte[] );
An array of unsigned bytes is used instead of character data to accommodate a wider variety of sources.
ISymbolDocumentWriter Interface | ISymbolDocumentWriter Members | System.Diagnostics.SymbolStore Namespace