System.Diagnostics.SymbolStore.ISymbolWriter.DefineDocument Method

Defines a source document.

Syntax

public ISymbolDocumentWriter DefineDocument (string url, Guid language, Guid languageVendor, Guid documentType)

Parameters

url
The URL that identifies the document.
language
The document language. This parameter can be Guid.Empty.
languageVendor
The identity of the vendor for the document language. This parameter can be Guid.Empty.
documentType
The type of the document. This parameter can be Guid.Empty.

Returns

The object that represents the document.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0