共用方式為


CoverageDSPriv.LinesRow 類別

表示 CoverageDSPriv.LinesDataTable 中的資料列。 這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

繼承階層架構

Object
  DataRow
    Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow

命名空間:  Microsoft.VisualStudio.Coverage.Analysis
組件:  Microsoft.VisualStudio.Coverage.Analysis (在 Microsoft.VisualStudio.Coverage.Analysis.dll 中)

語法

'宣告
Public Class LinesRow _
    Inherits DataRow
public class LinesRow : DataRow
public ref class LinesRow : public DataRow
type LinesRow =  
    class 
        inherit DataRow 
    end
public class LinesRow extends DataRow

CoverageDSPriv.LinesRow 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 ColEnd 取得或設定此行列所分析之程式碼行的最後一個分析字元之索引。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 ColStart 取得或設定此行列所分析之程式碼行的第一個分析字元之索引。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 Coverage 取得或設定數字,指出涵蓋範圍的層級。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 HasErrors 取得值,指出資料列中是否有錯誤。 (繼承自 DataRow)。
公用屬性 Item(Int32) 取得或設定儲存於索引指定的資料行中的資料。 (繼承自 DataRow)。
公用屬性 Item(String) 取得或設定儲存於名稱所指定之資料行的資料。 (繼承自 DataRow)。
公用屬性 Item(DataColumn) 取得或設定儲存於指定的 DataColumn 中的資料。 (繼承自 DataRow)。
公用屬性 Item(Int32, DataRowVersion) 取得儲存於資料行中的資料,它是由要擷取的資料索引和版本所指定。 (繼承自 DataRow)。
公用屬性 Item(String, DataRowVersion) 取得儲存於具名資料行中指定版本的資料。 (繼承自 DataRow)。
公用屬性 Item(DataColumn, DataRowVersion) 取得儲存於指定的 DataColumn 中指定版本的資料。 (繼承自 DataRow)。
公用屬性 ItemArray 透過陣列取得或設定這個資料列的所有值。 (繼承自 DataRow)。
公用屬性 LineID 取得或設定行列的 ID。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 LnEnd 取得或設定此行列所涵蓋的最後一行的索引。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 LnStart 取得或設定此行列所涵蓋的第一行的索引。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 MethodKeyName 取得或設定包含對應程式碼行之方法的索引鍵名稱。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 MethodRow 取得或設定 CoverageDSPriv.MethodRow,這個物件對應到包含對應程式碼行的方法。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 RowError 取得或設定資料列的自訂錯誤描述。 (繼承自 DataRow)。
公用屬性 RowState 取得關於資料列與 DataRowCollection 之關聯性 (Relationship) 的資料列目前狀態。 (繼承自 DataRow)。
公用屬性 SourceFileID 取得或設定包含對應程式碼行的原始程式檔的 ID。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用屬性 Table 取得其中的這個資料列具有結構描述的 DataTable。 (繼承自 DataRow)。

回頁首

方法

  名稱 描述
公用方法 AcceptChanges 認可自前一次呼叫 AcceptChanges 以來,對這個資料列所做的所有變更。 (繼承自 DataRow)。
公用方法 BeginEdit DataRow 物件上開始編輯作業。 (繼承自 DataRow)。
公用方法 CancelEdit 取消資料列上目前的編輯。 (繼承自 DataRow)。
公用方法 ClearErrors 清除資料列的錯誤。這包括 RowError 和以 SetColumnError 設定的錯誤。 (繼承自 DataRow)。
公用方法 Delete 刪除 DataRow。 (繼承自 DataRow)。
公用方法 EndEdit 結束資料列上發生的編輯。 (繼承自 DataRow)。
公用方法 Equals 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。
受保護的方法 Finalize 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。
公用方法 GetChildRows(String) 使用 DataRelation 的指定 RelationName,取得 DataRow 的子資料列。 (繼承自 DataRow)。
公用方法 GetChildRows(DataRelation) 使用指定的 DataRelation,取得這個 DataRow 的子資料列。 (繼承自 DataRow)。
公用方法 GetChildRows(String, DataRowVersion) 使用 DataRelation 的指定 RelationNameDataRowVersion,取得 DataRow 的子資料列。 (繼承自 DataRow)。
公用方法 GetChildRows(DataRelation, DataRowVersion) 使用指定的 DataRelationDataRowVersion,取得 DataRow 的子資料列。 (繼承自 DataRow)。
公用方法 GetColumnError(Int32) 取得索引指定的資料行的錯誤描述。 (繼承自 DataRow)。
公用方法 GetColumnError(String) 取得名稱指定的資料行的錯誤描述。 (繼承自 DataRow)。
公用方法 GetColumnError(DataColumn) 取得指定 DataColumn 的錯誤描述。 (繼承自 DataRow)。
公用方法 GetColumnsInError 取得具有錯誤的資料行陣列。 (繼承自 DataRow)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetParentRow(String) 使用 DataRelation 的指定 RelationName,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetParentRow(DataRelation) 使用指定的 DataRelation,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetParentRow(String, DataRowVersion) 使用 DataRelation 的指定 RelationNameDataRowVersion,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetParentRow(DataRelation, DataRowVersion) 使用指定的 DataRelationDataRowVersion,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetParentRows(String) 使用 DataRelation 的指定 RelationName,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetParentRows(DataRelation) 使用指定的 DataRelation,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetParentRows(String, DataRowVersion) 使用 DataRelation 的指定 RelationNameDataRowVersion,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetParentRows(DataRelation, DataRowVersion) 使用指定的 DataRelationDataRowVersion,取得 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 GetType 取得目前實例 Type 的屬性。 (繼承自 Object)。
公用方法 HasVersion 取得值,指出是否有指定的版本。 (繼承自 DataRow)。
公用方法 IsMethodKeyNameNull 判斷 MethodKeyName 屬性是否為 nullnull 參考 (即 Visual Basic 中的 Nothing)。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用方法 IsNull(Int32) 取得值,指出指定之索引處的資料行是否包含 Null 值。 (繼承自 DataRow)。
公用方法 IsNull(String) 取得值,指出具名資料行是否包含 Null 值。 (繼承自 DataRow)。
公用方法 IsNull(DataColumn) 取得值,指出指定的 DataColumn 是否含有 Null 值。 (繼承自 DataRow)。
公用方法 IsNull(DataColumn, DataRowVersion) 取得值,指出指定的 DataColumnDataRowVersion 是否包含 Null 值。 (繼承自 DataRow)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。
公用方法 RejectChanges 拒絕自前一次呼叫 AcceptChanges 以來,對資料列所做的所有變更。 (繼承自 DataRow)。
公用方法 SetAdded DataRowRowstate 變更為 Added。 (繼承自 DataRow)。
公用方法 SetColumnError(Int32, String) 設定索引指定的資料行的錯誤描述。 (繼承自 DataRow)。
公用方法 SetColumnError(String, String) 設定名稱指定的資料行的錯誤描述。 (繼承自 DataRow)。
公用方法 SetColumnError(DataColumn, String) 對指定為 DataColumn 的資料行設定錯誤描述。 (繼承自 DataRow)。
公用方法 SetMethodKeyNameNull MethodKeyName 屬性設定為 nullnull 參考 (即 Visual Basic 中的 Nothing)。這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
公用方法 SetModified DataRowRowstate 變更為 Modified。 (繼承自 DataRow)。
受保護的方法 SetNull 將指定的 DataColumn 的值設定為 Null 值。 (繼承自 DataRow)。
公用方法 SetParentRow(DataRow) 使用指定的新父 DataRow,設定 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 SetParentRow(DataRow, DataRelation) 使用指定的新父 DataRowDataRelation,設定 DataRow 的父資料列。 (繼承自 DataRow)。
公用方法 ToString 傳回代表目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Coverage.Analysis 命名空間

CoverageDSPriv.LinesDataTable