ITextRangeProvider.GetAttributeValue(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取文字範圍中指定屬性識別碼的值。
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
文字屬性識別碼。
傳回
擷取物件,表示指定之屬性的值。