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

지정된 특성의 값을 나타내는 개체를 검색합니다.

적용 대상