CoverageDSPriv.MethodDataTable.ClassKeyNameColumn Property
Gets the data column that contains the key names for the class that contains the respective method. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public ReadOnly Property ClassKeyNameColumn As DataColumn
public DataColumn ClassKeyNameColumn { get; }
public:
property DataColumn^ ClassKeyNameColumn {
DataColumn^ get ();
}
member ClassKeyNameColumn : DataColumn with get
function get ClassKeyNameColumn () : DataColumn
Property Value
Type: DataColumn
The data column that contains the key names for the class that contains the respective method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.