Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.04 KB

idebugcustomattributequery.md

File metadata and controls

36 lines (28 loc) · 1.04 KB
description title ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
Represents a query for custom attributes on a method or type.
IDebugCustomAttributeQuery
11/04/2016
reference
IDebugCustomAttributeQuery interface
maiak
maiak
mijacobs
debug-diagnostics

IDebugCustomAttributeQuery

Represents a query for custom attributes on a method or type.

Syntax

IDebugCustomAttributeQuery : IUnknown

Methods

This interface implements the following methods:

Method Description
GetCustomAttributeByName Retrieves a custom attribute given its name.
IsCustomAttributeDefined Determines in the specified custom attribute is defined.

Requirements

Header: Sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll