ITextRangeProvider.GetAttributeValue(Int32) Method

Definition

Retrieves the value of the specified attribute ID across the text range.

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

Parameters

attributeId
Int32

int

The text attribute ID.

Returns

Object

Platform::Object

IInspectable

Retrieves an object that represents the value of the specified attribute.

Applies to