FormattableString.GetArgument(Int32) Método
Definição
Retorna o argumento na posição de índice especificada.Returns the argument at the specified index position.
public:
abstract System::Object ^ GetArgument(int index);
public abstract object GetArgument (int index);
public abstract object? GetArgument (int index);
abstract member GetArgument : int -> obj
Public MustOverride Function GetArgument (index As Integer) As Object
Parâmetros
- index
- Int32
O índice do argumento.The index of the argument. Seu valor pode variar de zero a um menos que o valor de ArgumentCount.Its value can range from zero to one less than the value of ArgumentCount.
Retornos
O argumento.The argument.