다음을 통해 공유


IDebugCustomAttributeQuery2::EnumCustomAttributes

이 필드에 연결 된 모든 사용자 지정 특성에 대 한 열거자를 가져옵니다.

HRESULT EnumCustomAttributes( 
   IEnumDebugCustomAttributes** ppEnum
);
int EnumCustomAttributes(
   out IEnumDebugCustomAttributes ppEnum
);

매개 변수

  • ppEnum
    [out] 반환 된 IEnumDebugCustomAttributes 사용자 지정 특성입니다; 목록을 나타내는 개체 그렇지 않으면 사용자 지정 특성이 없으면 null 값을 반환 합니다.

반환 값

이 필드에 사용자 지정 특성이 없으면이 작업이 성공 하면 S_OK 또는 S_FALSE를 반환 합니다. 그렇지 않으면 오류 코드를 반환합니다.

설명

필드는 여러 개의 사용자 지정 특성을 가질 수 있습니다.

참고 항목

참조

IDebugCustomAttributeQuery2

IEnumDebugCustomAttributes