ITextRangeProvider.GetAttributeValue(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索文本范围内指定属性 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。
返回
检索一个对象,该对象表示指定特性的值。