ITextRangeProvider.GetAttributeValue(Int32) 方法

定义

检索文本范围内指定属性 ID 的值。

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

参数

attributeId
Int32

int

文本属性 ID。

返回

Object

Platform::Object

IInspectable

检索一个对象,该对象表示指定特性的值。

适用于