ITextRangeProvider.GetAttributeValue(Int32) 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.
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
Retrieves an object that represents the value of the specified attribute.