Retrieves the string equivalent of
variableName used when dynamically resolving the variables specified in the
TextFormat property.
'Declaration
Protected Overridable Function GetVariableText( _
ByVal As String _
) As String
'Usage
Dim instance As SummaryRow
Dim variableName As String
Dim value As String
value = instance.GetVariableText(variableName)
protected virtual string GetVariableText(
string
)
Parameters
- variableName
- The name of the variable to resolve. Does not include the % characters.
Return Value
The string equivalent of variableName.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2