SymbolDocumentInfo 類別
定義
儲存發出原始程式檔偵錯符號資訊所需的資訊,特別是檔名和唯一語言識別項。Stores information necessary to emit debugging symbol information for a source file, in particular the file name and unique language identifier.
public ref class SymbolDocumentInfo
public class SymbolDocumentInfo
type SymbolDocumentInfo = class
Public Class SymbolDocumentInfo
- 繼承
-
SymbolDocumentInfo
屬性
DocumentType |
傳回文件類型的唯一識別項 (如果有的話)。Returns the document type's unique identifier, if any. 預設為文字檔的 GUID。Defaults to the GUID for a text file. |
FileName |
原始程式檔的名稱。The source file name. |
Language |
傳回語言的唯一識別項 (如果有的話)。Returns the language's unique identifier, if any. |
LanguageVendor |
傳回語言廠商的唯一識別項 (如果有的話)。Returns the language vendor's unique identifier, if any. |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |