TableActionEntity.GetTextContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a one-dimensional array of string values representing a two-dimensional string table.
public:
virtual Platform::Array <Platform::String ^> ^ GetTextContent() = GetTextContent;
winrt::array_view <winrt::hstring const&> GetTextContent();
public string[] GetTextContent();
function getTextContent()
Public Function GetTextContent () As String()
Returns
An array of string values.
Remarks
Use the RowCount and ColumnCount properties to calculate the two-dimensional coordinates of table entries from the array index.