Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IFastVisiblePropertyProvider::FillDataRow Method (DataRow^)

 

Fills the given data row by using all properties for this type.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

void FillDataRow(
	DataRow^ row
)

Parameters

row
Type: System.Data::DataRow^

A DataRow to be filled with properties.

Return to top
Show: