Condividi tramite


IDebugReference2.SetReferenceType Method

Definition

Overloads

SetReferenceType(enum_REFERENCE_TYPE)
SetReferenceType(UInt32)

SetReferenceType(enum_REFERENCE_TYPE)

public:
 int SetReferenceType(Microsoft::VisualStudio::Debugger::Interop::enum_REFERENCE_TYPE dwRefType);
public int SetReferenceType (Microsoft.VisualStudio.Debugger.Interop.enum_REFERENCE_TYPE dwRefType);
abstract member SetReferenceType : Microsoft.VisualStudio.Debugger.Interop.enum_REFERENCE_TYPE -> int
Public Function SetReferenceType (dwRefType As enum_REFERENCE_TYPE) As Integer

Parameters

Returns

Applies to

SetReferenceType(UInt32)

public:
 int SetReferenceType(System::UInt32 dwRefType);
public int SetReferenceType (uint dwRefType);
abstract member SetReferenceType : uint32 -> int
Public Function SetReferenceType (dwRefType As UInteger) As Integer

Parameters

dwRefType
UInt32

Returns

Applies to