IDebugCustomAttributeQuery

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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