IDebugTypeFieldBuilder2

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

Extends the IDebugTypeFieldBuilder to be able to create array types.

Syntax

IDebugTypeFieldBuilder2 : IDebugTypeFieldBuilder

Notes for Callers

This interface can be obtained from the symbol provider.

Methods

In addition to the methods on the IDebugTypeFieldBuilder interface, this interface implements the following method:

Method Description
CreateArrayOfType Creates an array of the specified type and size.

Requirements

Header: Sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll