Condividi tramite


IDebugBoundBreakpoint110.GetTargetCodeType(TARGET_CODE_TYPE[]) Method

Definition

public:
 int GetTargetCodeType(cli::array <Microsoft::VisualStudio::Debugger::Interop::TARGET_CODE_TYPE> ^ pTargetCodeType);
public:
 int GetTargetCodeType(Platform::Array <Microsoft::VisualStudio::Debugger::Interop::TARGET_CODE_TYPE> ^ pTargetCodeType);
int GetTargetCodeType(std::Array <Microsoft::VisualStudio::Debugger::Interop::TARGET_CODE_TYPE> const & pTargetCodeType);
public int GetTargetCodeType(Microsoft.VisualStudio.Debugger.Interop.TARGET_CODE_TYPE[] pTargetCodeType);
abstract member GetTargetCodeType : Microsoft.VisualStudio.Debugger.Interop.TARGET_CODE_TYPE[] -> int
Public Function GetTargetCodeType (pTargetCodeType As TARGET_CODE_TYPE()) As Integer

Parameters

pTargetCodeType
TARGET_CODE_TYPE[]

Returns

Applies to