共用方式為


ITextRangeProvider.GetAttributeValue(Int32) 方法

定義

擷取文字範圍中指定屬性識別碼的值。

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

文字屬性識別碼。

傳回

Object

Platform::Object

IInspectable

擷取物件,表示指定之屬性的值。

適用於