次の方法で共有


ISymbolDocumentWriter.SetSource メソッド

ドキュメントの生ソースをシンボル ストアに格納します。

Sub SetSource( _
   ByVal source() As Byte _)
[C#]
void SetSource(
   byte[] source);
[C++]
void SetSource(
   unsigned charsource __gc[]);
[JScript]
function SetSource(
   source : Byte[]);

パラメータ

  • source
    符号なしバイトで表したドキュメント ソース。

解説

格納できるソースの種類を増やすには、文字データではなく符号なしバイトの配列を使用します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ISymbolDocumentWriter インターフェイス | ISymbolDocumentWriter メンバ | System.Diagnostics.SymbolStore 名前空間