Microsoft.R.Debugger.AD7ErrorBreakpointResolution.GetBreakpointType C# (CSharp) Method

GetBreakpointType() public method

public GetBreakpointType ( enum_BP_TYPE pBPType ) : int
pBPType enum_BP_TYPE
return int
        public int GetBreakpointType(enum_BP_TYPE[] pBPType) {
            pBPType[0] = enum_BP_TYPE.BPT_NONE;
            return VSConstants.S_OK;
        }