다음을 통해 공유


ID2D1SvgElement::GetSpecifiedAttributeName 메서드(d2d1svg.h)

지정된 인덱스에서 특성의 이름을 가져옵니다.

구문

HRESULT GetSpecifiedAttributeName(
                  UINT32 index,
  [out]           PWSTR  name,
                  UINT32 nameCount,
  [out, optional] BOOL   *inherited
);

매개 변수

index

형식: UINT32

특성의 인덱스입니다.

[out] name

형식: PWSTR

특성의 이름을 출력합니다.

nameCount

형식: UINT32

name 인수에 반환된 문자열의 길이입니다.

[out, optional] inherited

형식: BOOL*

특성이 상속 값으로 설정되어 있는지 여부를 출력합니다.

반환 값

형식: HRESULT

이 메서드는 HRESULT 성공 또는 오류 코드를 반환합니다.

요구 사항

   
대상 플랫폼 Windows
헤더 d2d1svg.h
DLL Direct2d.dll

추가 정보

ID2D1SvgElement