Share via


ITextRangeProvider.GetAttributeValue(Int32) Método

Definición

Recupera el valor del identificador de atributo especificado en el intervalo de texto.

public:
 Platform::Object ^ GetAttributeValue(int attributeId);
IInspectable GetAttributeValue(int const& attributeId);
public object GetAttributeValue(int attributeId);
function getAttributeValue(attributeId)
Public Function GetAttributeValue (attributeId As Integer) As Object

Parámetros

attributeId
Int32

int

Identificador del atributo de texto.

Devoluciones

Object

Platform::Object

IInspectable

Recupera un objeto que representa el valor del atributo especificado.

Se aplica a